mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-06-19 05:45:03 +08:00
Update PlayerRogueInfo & PlayerCampaignInfo
This commit is contained in:
parent
95f1e437b4
commit
267f7b46dc
@ -198,12 +198,14 @@ class PlayerCampaignInfo(Struct):
|
||||
id_: str = field(name="id")
|
||||
name: str
|
||||
campaignZoneId: str
|
||||
picUrl: str
|
||||
|
||||
|
||||
class PlayerRogueInfo(Struct):
|
||||
id_: str = field(name="id")
|
||||
name: str
|
||||
sort: int
|
||||
picUrl: str
|
||||
|
||||
|
||||
class PlayerTowerInfo(Struct):
|
||||
|
Loading…
x
Reference in New Issue
Block a user