Skip to content

Commit

Permalink
update for patch 10.00
Browse files Browse the repository at this point in the history
  • Loading branch information
staciax committed Jan 8, 2025
1 parent 945f850 commit 3e9f024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions valorant/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ class RewardType(StrEnum):
player_title = 'Title'
skin_level = 'EquippableSkinLevel'
spray = 'Spray'
totem = 'Totem'


class SeasonType(StrEnum):
Expand Down
1 change: 1 addition & 0 deletions valorant/models/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class Agent(BaseUUIDModel):
display_name: str | LocalizedField = Field(alias='displayName')
description: str | LocalizedField
developer_name: str = Field(alias='developerName')
release_date: datetime = Field(alias='releaseDate')
character_tags: list[str | LocalizedField] | None = Field(alias='characterTags')
display_icon: str = Field(alias='displayIcon')
display_icon_small: str = Field(alias='displayIconSmall')
Expand Down

0 comments on commit 3e9f024

Please sign in to comment.