package ru.deadsoftware.cavecraft; public enum GameState { RESTART, GOTO_MENU, MENU_MAIN, GAME_PLAY, GAME_CREATIVE_INV }