Update _player.py

This commit is contained in:
Sasha 2022-06-16 20:47:17 +09:00 committed by GitHub
parent 58f222d8dc
commit b111d4ed66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ class Player(Generic[TeamType]):
color: Sequence[float] color: Sequence[float]
highlight: Sequence[float] highlight: Sequence[float]
playerspaztype: type['PlayerSpaz'] playerspaztype: Optional[type['PlayerSpaz']]
_team: TeamType _team: TeamType
_sessionplayer: ba.SessionPlayer _sessionplayer: ba.SessionPlayer