summaryrefslogtreecommitdiff
path: root/WebInterface/NodeJSServer/src/play-module.js
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/NodeJSServer/src/play-module.js')
-rw-r--r--WebInterface/NodeJSServer/src/play-module.js15
1 files changed, 0 insertions, 15 deletions
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;
- }
-}