pokken: fix typo

This commit is contained in:
2023-07-23 12:47:37 -04:00
parent 20335aaebe
commit f417be671b
3 changed files with 13 additions and 4 deletions

View File

@ -15,6 +15,7 @@ class PokkenConstants:
AI = 2
LAN = 3
WAN = 4
TUTORIAL_3 = 7
class BATTLE_RESULT(Enum):
WIN = 1