using System; namespace InnerNet { public enum GameStates : byte { NotStarted, Started, Ended, Destroyed } }