[add] Room OK
This commit is contained in:
@@ -1,16 +1,19 @@
|
||||
export enum EGameState {
|
||||
Loading,
|
||||
Ready,
|
||||
Wait,
|
||||
TurnCards,
|
||||
ImageViewer,
|
||||
ChooseCards,
|
||||
|
||||
MyLoading = 100,
|
||||
MyReady = 100,
|
||||
MyWait,
|
||||
MyTurnCards,
|
||||
MyImageViewer,
|
||||
MyChooseCards,
|
||||
|
||||
OtherLoading = 200,
|
||||
OtherTurnCards = 201,
|
||||
OtherReady = 200,
|
||||
OtherWait,
|
||||
OtherTurnCards,
|
||||
OtherImageViewer,
|
||||
OtherChooseCards,
|
||||
}
|
||||
Reference in New Issue
Block a user