Skip to content

Commit

Permalink
Add rank attribute to SR character model
Browse files Browse the repository at this point in the history
  • Loading branch information
KT-Yeh committed Sep 16, 2023
1 parent 6714e96 commit e524719
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions genshin/models/starrail/character.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ class FloorCharacter(StarRailBaseCharacter):
"""Character in a floor."""

level: int
rank: int


class RogueCharacter(StarRailBaseCharacter):
"""Rogue character model."""

level: int
rank: int

0 comments on commit e524719

Please sign in to comment.