cleaning code
This commit is contained in:
parent
67a277da2d
commit
6bd3a01f5f
3 changed files with 0 additions and 14 deletions
|
|
@ -28,8 +28,6 @@ export interface ClientToServer {
|
|||
gameMove: (up: GameMove) => void;
|
||||
keepalive: () => void;
|
||||
connectedToGame: (gameId: string) => void;
|
||||
// TODO:
|
||||
joinQueueButton: () => void;
|
||||
};
|
||||
|
||||
export interface ServerToClient {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue