🚨: repair sequence

This commit is contained in:
ishkong 2024-02-10 20:55:14 +08:00 committed by baiqwerdvd
parent 8c3e7008be
commit 4bc0c0abf2

View File

@ -48,8 +48,8 @@ class Challenge(Struct):
class ChallengeInfo(Struct): class ChallengeInfo(Struct):
scheduleGroupId: int scheduleGroupId: int
noneScheduleMaxLevel: Union[int, None] = None
scheduleMaxLevel: int scheduleMaxLevel: int
noneScheduleMaxLevel: Union[int, None] = None
class PlayerSpaceInfo(Struct): class PlayerSpaceInfo(Struct):