🐛 Fix TheaterDifficulty missed VISIONARY

This commit is contained in:
xtaodada 2024-09-04 00:18:32 +08:00
parent f80500086f
commit 1ba4729700
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -25,6 +25,7 @@ class TheaterDifficulty(enum.IntEnum):
EASY = 1 EASY = 1
NORMAL = 2 NORMAL = 2
HARD = 3 HARD = 3
VISIONARY = 4
class ActCharacter(BaseCharacter): class ActCharacter(BaseCharacter):