1
0
Fork 0

feat: updated game systems

This commit is contained in:
aro 2023-02-21 11:07:35 +01:00
parent 80de826345
commit fab70cee5c
19 changed files with 220 additions and 101 deletions

View file

@ -2,7 +2,7 @@ package xyz.atnrch.dragon
enum class GameState {
WAITING,
NO_DAMAGE_PERIOD,
LAUNCH,
GRACE_PERIOD,
GAME
}