🐛 支持低版本typing

This commit is contained in:
qwerdvd 2023-09-27 21:16:12 +08:00
parent 3cf069a37a
commit 6ce4d3e590

View File

@ -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):