mirror of
https://github.com/baiqwerdvd/ArknightsUID.git
synced 2025-05-05 03:23:45 +08:00
🐛 支持低版本typing
This commit is contained in:
parent
3cf069a37a
commit
6ce4d3e590
@ -1810,8 +1810,8 @@ class Act42D0DataAreaInfoData(BaseStruct):
|
|||||||
areaDesc: str
|
areaDesc: str
|
||||||
costLimit: int
|
costLimit: int
|
||||||
bossIcon: str
|
bossIcon: str
|
||||||
bossId: str | None
|
bossId: Union[str, None]
|
||||||
nextAreaStage: str | None
|
nextAreaStage: Union[str, None]
|
||||||
|
|
||||||
|
|
||||||
class Act42D0DataStageInfoData(BaseStruct):
|
class Act42D0DataStageInfoData(BaseStruct):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user