Skip to content

Commit

Permalink
Add unknown img theater difficulty
Browse files Browse the repository at this point in the history
  • Loading branch information
seriaati committed Jul 7, 2024
1 parent 5cfc711 commit 14ce8e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions genshin/models/genshin/chronicle/img_theater.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ class TheaterCharaType(enum.IntEnum):
class TheaterDifficulty(enum.IntEnum):
"""The difficulty of the imaginarium theater data."""

UNKNOWN = 0
EASY = 1
NORMAL = 2
HARD = 3
Expand Down

0 comments on commit 14ce8e8

Please sign in to comment.