mirror of
https://github.com/PaiGramTeam/StarRailDamageCal.git
synced 2024-11-30 18:59:26 +00:00
🐛: Compatible with deprecated field noneScheduleMaxLevel
.
This commit is contained in:
parent
07a1835b83
commit
b8f8211d07
@ -48,7 +48,7 @@ class Challenge(Struct):
|
||||
|
||||
class ChallengeInfo(Struct):
|
||||
scheduleGroupId: int
|
||||
noneScheduleMaxLevel: int
|
||||
noneScheduleMaxLevel: Union[int, None] = None
|
||||
scheduleMaxLevel: int
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user