Update PlayerTowerInfo

This commit is contained in:
ishkong 2024-12-09 16:02:02 +08:00 committed by GitHub
parent 86c7ec1193
commit 95f1e437b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -210,6 +210,7 @@ class PlayerTowerInfo(Struct):
id_: str = field(name="id")
name: str
subName: str
picUrl: str
hasHard: Union[bool, None] = None
stageNum: Union[int, None] = None