package cat.freya.khs.game.util; public enum Status { STANDBY, STARTING, PLAYING, ENDING, ENDED }