Exemplo n.º 1
0
        public override IGameSparksWebSocket GetSocket(string url, Action <string> messageReceived, Action closed, Action opened, Action <string> error)
        {
            GameSparksWebSocket socket = new GameSparksWebSocket();

            socket.Initialize(url, messageReceived, closed, opened, error);
            return(socket);
        }
		public override IGameSparksWebSocket GetSocket(string url, Action<string> messageReceived, Action closed, Action opened, Action<string> error)
		{
			GameSparksWebSocket socket = new GameSparksWebSocket();
			socket.Initialize(url, messageReceived, closed, opened, error);
			return socket;
		}