package de.stealmycode.beehive.game_engine; /** * Represents the state of the program. * * @author donhilion * */ public enum ProgramState { MENU, GAME, STOP }