diff options
Diffstat (limited to 'scripts/client.js')
-rw-r--r-- | scripts/client.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/scripts/client.js b/scripts/client.js index acb3d90..46acf6a 100644 --- a/scripts/client.js +++ b/scripts/client.js @@ -125,4 +125,14 @@ class Client{ this.socket.init(); } + + joinGame(id) + { + this.table.openTable(); + } + + leaveGame() + { + + } } |