mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: some CommonContext
typing (#3227)
This commit is contained in:
@@ -207,6 +207,8 @@ class CommonContext:
|
|||||||
|
|
||||||
finished_game: bool
|
finished_game: bool
|
||||||
ready: bool
|
ready: bool
|
||||||
|
team: typing.Optional[int]
|
||||||
|
slot: typing.Optional[int]
|
||||||
auth: typing.Optional[str]
|
auth: typing.Optional[str]
|
||||||
seed_name: typing.Optional[str]
|
seed_name: typing.Optional[str]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user