Skip to content

Commit

Permalink
Add is_quick_clear field to ApcShadowFloor
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Oct 16, 2024
1 parent 20c16f5 commit f166987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genshin/models/starrail/chronicle/challenge.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ class APCShadowFloor(StarRailChallengeFloor):
node_1: APCShadowFloorNode
node_2: APCShadowFloorNode
last_update_time: PartialTime
is_quick_clear: bool = Aliased("is_fast")

@property
def score(self) -> int:
Expand Down

0 comments on commit f166987

Please sign in to comment.