add client
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
export interface ICommandRecord {
|
||||
roomId: string;
|
||||
gameId: string;
|
||||
userId: string;
|
||||
type: string;
|
||||
command: string;
|
||||
}
|
||||
Reference in New Issue
Block a user