Update models.py

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

View File

@ -571,6 +571,7 @@ class PlayerInfoChar(Struct):
class PlayerAssistCharEquip(Struct):
id_: str = field(name="id")
level: int
locked: bool
class PlayerAssistChar(Struct):