mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-05 03:23:45 +08:00
Update PlayerInfoChar
This commit is contained in:
parent
1a1210c56c
commit
f97d77aece
@ -550,6 +550,7 @@ class PlayerInfoCharSkill(Struct):
|
|||||||
class PlayerInfoCharEquip(Struct):
|
class PlayerInfoCharEquip(Struct):
|
||||||
id_: str = field(name="id")
|
id_: str = field(name="id")
|
||||||
level: int
|
level: int
|
||||||
|
locked: bool
|
||||||
|
|
||||||
|
|
||||||
class PlayerInfoChar(Struct):
|
class PlayerInfoChar(Struct):
|
||||||
@ -565,7 +566,6 @@ class PlayerInfoChar(Struct):
|
|||||||
defaultSkillId: str
|
defaultSkillId: str
|
||||||
gainTime: int
|
gainTime: int
|
||||||
defaultEquipId: str
|
defaultEquipId: str
|
||||||
specializeLevelCount: Union[int, None] = 0
|
|
||||||
|
|
||||||
|
|
||||||
class PlayerAssistCharEquip(Struct):
|
class PlayerAssistCharEquip(Struct):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user