Skip to content

Commit

Permalink
fix: Add missing skills attribute in hsr chara
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Mar 15, 2024
1 parent 7db8d38 commit e55b7da
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 @@ -149,6 +149,7 @@ class StarRailDetailCharacter(character.StarRailPartialCharacter):
properties: Sequence[CharacterProperty]
base_type: int
figure_path: str
skills: Sequence[Skill]


class ModifyRelicProperty(APIModel):
Expand Down

0 comments on commit e55b7da

Please sign in to comment.