cleaning code

This commit is contained in:
apetitco 2026-01-09 16:42:48 +01:00 committed by Maix0
parent 67a277da2d
commit 6bd3a01f5f
3 changed files with 0 additions and 14 deletions

View file

@ -28,8 +28,6 @@ export interface ClientToServer {
gameMove: (up: GameMove) => void;
keepalive: () => void;
connectedToGame: (gameId: string) => void;
// TODO:
joinQueueButton: () => void;
};
export interface ServerToClient {