Core: some `CommonContext` typing (#3227)
This commit is contained in:
parent
9cdc90513b
commit
fc4e6adff5
|
@ -207,6 +207,8 @@ class CommonContext:
|
|||
|
||||
finished_game: bool
|
||||
ready: bool
|
||||
team: typing.Optional[int]
|
||||
slot: typing.Optional[int]
|
||||
auth: typing.Optional[str]
|
||||
seed_name: typing.Optional[str]
|
||||
|
||||
|
|
Loading…
Reference in New Issue