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
@@ -61,5 +61,6 @@ export interface ISLobby extends ILobby {
request_createGame: (query: ISQuery) => void
request_login: (query: ISQuery) => void
removeGame: () => void
subscribe: (query: ISQuery) => any
}