Update PlayerEquipmentInfo

This commit is contained in:
ishkong 2024-12-09 16:11:05 +08:00 committed by GitHub
parent 267f7b46dc
commit b597a971ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,6 +183,7 @@ class PlayerEquipmentInfo(Struct):
shiningColor: str
desc: Union[str, None] = None
typeName1: Union[str, None] = None
typeName2: Union[str, None] = None
class PlayerCampaignZoneInfo(Struct):