Skip to content

Commit

Permalink
Add id, is_fast attr to StarRailFloor
Browse files Browse the repository at this point in the history
KT-Yeh committed Feb 15, 2024
1 parent 454ac34 commit c989ea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genshin/models/starrail/chronicle/challenge.py
Original file line number Diff line number Diff line change
@@ -28,12 +28,14 @@ class FloorNode(APIModel):
class StarRailFloor(APIModel):
"""Floor in a challenge."""

id: int = Aliased("maze_id")
name: str
round_num: int
star_num: int
node_1: FloorNode
node_2: FloorNode
is_chaos: bool
is_fast: bool


class StarRailChallenge(APIModel):

0 comments on commit c989ea6

Please sign in to comment.