mirror of
https://github.com/PaiGramTeam/SIMNet.git
synced 2024-11-16 03:55:28 +00:00
🐛 Fix TheaterDifficulty missed VISIONARY
This commit is contained in:
parent
f80500086f
commit
1ba4729700
@ -25,6 +25,7 @@ class TheaterDifficulty(enum.IntEnum):
|
||||
EASY = 1
|
||||
NORMAL = 2
|
||||
HARD = 3
|
||||
VISIONARY = 4
|
||||
|
||||
|
||||
class ActCharacter(BaseCharacter):
|
||||
|
Loading…
Reference in New Issue
Block a user