Chore : rework lobby interface

This commit is contained in:
2024-05-26 16:15:03 +02:00
parent 2ab8486c0c
commit e9d5eba8d5
2 changed files with 6 additions and 6 deletions
+3 -4
View File
@@ -57,10 +57,9 @@ export interface ISUser extends IUser {
}
export interface ISLobby extends ILobby {
createGame: () => void
createGame: () => string
removeGame: (game: ISGame) => void
request_createGame: (query: ISQuery) => void
request_login: (query: ISQuery) => void
removeGame: () => void
subscribe: (query: ISQuery) => any
}