namespace QtCNETAPI.Enums { public enum GameStatus { WaitingForPlayer, SelectingSymbol, Ongoing, P1Win, P2Win, NoWin, PlayerDisconnected } }