Skip to content

Commit

Permalink
Add dreamscape_pass_sticker field to StarRailStats
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Nov 24, 2024
1 parent c03b7b8 commit f2e36e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genshin/models/starrail/chronicle/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class StarRailStats(APIModel):
achievement_num: int
chest_num: int
abyss_process: str
dreamscape_pass_sticker: int = Aliased("dream_paster_num")


class PartialStarRailUserStats(APIModel):
Expand Down

0 comments on commit f2e36e3

Please sign in to comment.