Update PlayerInfoChar

This commit is contained in:
ishkong 2024-12-09 15:35:37 +08:00 committed by GitHub
parent 1a1210c56c
commit f97d77aece
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -550,6 +550,7 @@ class PlayerInfoCharSkill(Struct):
class PlayerInfoCharEquip(Struct):
id_: str = field(name="id")
level: int
locked: bool
class PlayerInfoChar(Struct):
@ -565,7 +566,6 @@ class PlayerInfoChar(Struct):
defaultSkillId: str
gainTime: int
defaultEquipId: str
specializeLevelCount: Union[int, None] = 0
class PlayerAssistCharEquip(Struct):