Skip to content

Instantly share code, notes, and snippets.

using GameSparks;
using System;
/// <summary>
/// Custom wrapper around the NativeWebSocket from https://github.com/endel/NativeWebSocket
/// Intended to fix the issue of the GameSparks SDK not supporting .net4.x
/// </summary>
public class CustomGamesparksSocket : IGameSparksWebSocket
{
private NativeWebSocket.WebSocket socket = null;