mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-16 12:02:17 +00:00
🐛 Fix starrail challenge story fast complete
This commit is contained in:
parent
f709e9b214
commit
240774fd38
@ -1,5 +1,5 @@
|
||||
"""Starrail chronicle challenge story."""
|
||||
from typing import List
|
||||
from typing import List, Optional
|
||||
|
||||
from pydantic import Field
|
||||
|
||||
@ -40,10 +40,7 @@ class StarRailChallengeStoryFloorNode(APIModel):
|
||||
|
||||
challenge_time: PartialTime
|
||||
avatars: List[RogueCharacter]
|
||||
|
||||
challenge_time: PartialTime
|
||||
avatars: List[RogueCharacter]
|
||||
buff: StarRailChallengeStoryBuff
|
||||
buff: Optional[StarRailChallengeStoryBuff] = None
|
||||
score: int
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user