public NetPlayer(NetConnection conn, GameServer server, Guid playerGuid) { connection = conn; this.server = server; this.playerGuid = playerGuid; }
public GameListener(GameServer srv) { this.game = srv; }