1
0
Fork 0

feat: end fight

This commit is contained in:
aro 2023-03-05 18:08:58 +01:00
parent da9c02dbbb
commit 47b9690261
13 changed files with 107 additions and 49 deletions

View file

@ -4,5 +4,6 @@ enum class GameState {
WAITING,
LAUNCH,
GRACE_PERIOD,
GAME
GAME,
DRAGON
}