Skip to content

Commit

Permalink
fix: Add Remembrance path enum
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jan 15, 2025
1 parent 2dcda48 commit 41d8e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genshin/models/starrail/chronicle/characters.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class StarRailPath(enum.IntEnum):
NIHILITY = 5
PRESERVATION = 6
ABUNDANCE = 7
REMEMBRANCE = 8


class StarRailEquipment(APIModel):
Expand Down

0 comments on commit 41d8e70

Please sign in to comment.