Chore: rework Lobby interface

This commit is contained in:
2024-05-26 15:49:08 +02:00
parent 16f381b48c
commit dfaad68a93
3 changed files with 4 additions and 1 deletions
-1
View File
@@ -92,5 +92,4 @@ export interface IUser extends IGameObject {
export interface ILobby extends IGameObject {
removeGame: () => void
}