[add] Room SetReady,ChangeState
This commit is contained in:
16
define/enum.ts
Normal file
16
define/enum.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export enum EGameState {
|
||||
Loading,
|
||||
TurnCards,
|
||||
ImageViewer,
|
||||
ChooseCards,
|
||||
|
||||
MyLoading = 100,
|
||||
MyTurnCards,
|
||||
MyImageViewer,
|
||||
MyChooseCards,
|
||||
|
||||
OtherLoading = 200,
|
||||
OtherTurnCards = 201,
|
||||
OtherImageViewer,
|
||||
OtherChooseCards,
|
||||
}
|
||||
Reference in New Issue
Block a user