Exemplo n.º 1
0
		public void Confirm(GameServer server)
		{
			_success = true;
			server.OnConnected(_connectionId, _communicationKey, _port);

			Dispose();
		}