1 2 3 4 5 6 7
package cat.freya.khs.game.util; public enum Status { STANDBY, STARTING, PLAYING, ENDING, ENDED }