From d24bc122966845bfc793c46aa268529f086af58f Mon Sep 17 00:00:00 2001 From: TrueKuehli Date: Mon, 1 Oct 2018 20:55:14 +0200 Subject: Added Game Page, currently with a chat Redirects to the game page after login, keeping the connection intact --- WebInterface/NodeJSServer/src/play-module.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 WebInterface/NodeJSServer/src/play-module.js (limited to 'WebInterface/NodeJSServer/src/play-module.js') diff --git a/WebInterface/NodeJSServer/src/play-module.js b/WebInterface/NodeJSServer/src/play-module.js deleted file mode 100644 index 3781329..0000000 --- a/WebInterface/NodeJSServer/src/play-module.js +++ /dev/null @@ -1,15 +0,0 @@ - - -/** - * Handles ingame networking; - */ -export default class GameClient { - /** - * Defines basic attributes - * @param {HubConnection} connection Already established connection to the - * server - */ - constructor(connection) { - this.connection = connection; - } -} -- cgit v1.2.3-54-g00ecf