'use strict'; const socketio = require('socket.io'); class GameServer { constructor() { } start() { } } module.exports = GameServer;