package at.tetris4j.view.utils; public enum GameState { MainMenu, NetworkInput, WaitingForConnection, SinglePlayer, Multiplayer; }