mirror of
https://github.com/PaiGramTeam/StarRailDamageCal.git
synced 2024-12-01 03:11:02 +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):
|
class ChallengeInfo(Struct):
|
||||||
scheduleGroupId: int
|
scheduleGroupId: int
|
||||||
noneScheduleMaxLevel: int
|
noneScheduleMaxLevel: Union[int, None] = None
|
||||||
scheduleMaxLevel: int
|
scheduleMaxLevel: int
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user