package me.desht.chesscraft.enums; public enum GameState { SETTING_UP, RUNNING, PAUSED, FINISHED }