Skip to content

Commit

Permalink
feat: sort enum reward type
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Jan 10, 2025
1 parent 1157412 commit 88e3c16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions valorant/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ class RelationType(StrEnum):

class RewardType(StrEnum):
# fmt: off
equippable_charm_level = 'EquippableCharmLevel' # buddy level
currency = 'Currency'
equippable_charm_level = 'EquippableCharmLevel' # buddy level
equippable_skin_level = 'EquippableSkinLevel' # skin level
player_card = 'PlayerCard'
player_title = 'Title'
equippable_skin_level = 'EquippableSkinLevel' # skin level
spray = 'Spray'
totem = 'Totem' # flex
# fmt: on
Expand Down

0 comments on commit 88e3c16

Please sign in to comment.