[add] Room 完成
This commit is contained in:
1
room/MsgExit.ts
Normal file
1
room/MsgExit.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type MsgExit = number
|
||||
1
room/MsgGoToGame.ts
Normal file
1
room/MsgGoToGame.ts
Normal file
@@ -0,0 +1 @@
|
||||
export type MsgGoToGame = number
|
||||
3
room/PtlCreate.ts
Normal file
3
room/PtlCreate.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface ReqCreate { null: string }
|
||||
|
||||
export type ResCreate = number
|
||||
3
room/PtlExit.ts
Normal file
3
room/PtlExit.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface ReqExit { null: string }
|
||||
|
||||
export type ResExit = number
|
||||
3
room/PtlJoin.ts
Normal file
3
room/PtlJoin.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface ReqJoin { roomId: number }
|
||||
|
||||
export type ResJoin = number
|
||||
3
room/PtlList.ts
Normal file
3
room/PtlList.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export interface ReqList { null: string }
|
||||
|
||||
export type ResList = any[]
|
||||
Reference in New Issue
Block a user