Skip to content

Commit

Permalink
fix: Add MimoShopItemStatus.SOLD_OUT
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Dec 12, 2024
1 parent b514aae commit ed522fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genshin/models/hoyolab/mimo.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class MimoShopItemStatus(enum.IntEnum):
EXCHANGEABLE = 1
NOT_EXCHANGEABLE = 2
LIMIT_REACHED = 3
SOLD_OUT = 4


class MimoGame(APIModel):
Expand Down

0 comments on commit ed522fa

Please sign in to comment.