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