[add] Room SetReady,ChangeState

This commit is contained in:
2023-09-10 19:33:38 +08:00
parent 725551854f
commit 14a11e2f3a
4 changed files with 66 additions and 1 deletions

1
room/MsgChangeState.ts Normal file
View File

@@ -0,0 +1 @@
export type MsgChangeState = number

5
room/PtlChangeState.ts Normal file
View File

@@ -0,0 +1,5 @@
export interface ReqChangeState {
state: number;
}
export type ResChangeState = number