Update PlayerSkinInfo

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

View File

@ -240,7 +240,8 @@ class PlayerSkinInfo(Struct):
brandId: str
sortId: int
displayTagId: str
name: Union[str, None] = None
name: str
charId: str
brandName: Union[str, None] = None
brandCapitalName: Union[str, None] = None
illustId: Union[str, None] = None