View CustomGameSparksSocket
using GameSparks; | |
using System; | |
using WebSocketSharp; | |
/// <summary> | |
/// Custom wrapper around the WebSocketSharp from https://github.com/sta/websocket-sharp | |
/// Intended to fix the issue of the GameSparks SDK not supporting .net4.x | |
/// https://github.com/Imperium42/gs-csharp-community-sdk/issues/4 | |
/// ------------------------------------------------------------------- | |
/// IMPORTANT: DOWNLOAD DLL @ https://discordapp.com/channels/356100134565838848/548131641491587093/728510612547567646 |
View tol-locale.json
This file has been truncated, but you can view the full file.
{ | |
"languages": [ | |
{ | |
"languageName": "English", | |
"code": "en" | |
}, | |
{ | |
"languageName": "Chinesetw", | |
"code": "tw" |