Core: some `CommonContext` typing (#3227)

This commit is contained in:
Doug Hoskisson 2024-04-28 22:26:30 -07:00 committed by GitHub
parent 9cdc90513b
commit fc4e6adff5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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]