'use strict'; class GameServer { constructor() { } start() { } } module.exports = GameServer;