[add] Room OK

This commit is contained in:
2023-09-11 12:14:29 +08:00
parent 14a11e2f3a
commit 905fdff15f
4 changed files with 25 additions and 22 deletions

View File

@@ -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,
}