package ru.deadsoftware.cavecraft; public enum AppState { GOTO_GAME, GOTO_MENU, MENU_MAIN, MENU_GENWORLD, GAME_PLAY, GAME_CREATIVE_INV }