public ServerNetworkingController(GameController gameController) { clients = new Dictionary <long, SocketState>(); clientToPlayerMap = new Dictionary <long, int>(); this.gameController = gameController; }