mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-05 03:23:45 +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")
|
id_: str = field(name="id")
|
||||||
name: str
|
name: str
|
||||||
campaignZoneId: str
|
campaignZoneId: str
|
||||||
|
picUrl: str
|
||||||
|
|
||||||
|
|
||||||
class PlayerRogueInfo(Struct):
|
class PlayerRogueInfo(Struct):
|
||||||
id_: str = field(name="id")
|
id_: str = field(name="id")
|
||||||
name: str
|
name: str
|
||||||
sort: int
|
sort: int
|
||||||
|
picUrl: str
|
||||||
|
|
||||||
|
|
||||||
class PlayerTowerInfo(Struct):
|
class PlayerTowerInfo(Struct):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user