export enum EGameState { Ready, Wait, TurnCards, ImageViewer, ChooseCards, MyReady = 100, MyWait, MyTurnCards, MyImageViewer, MyChooseCards, OtherReady = 200, OtherWait, OtherTurnCards, OtherImageViewer, OtherChooseCards, }