Skip to content

Instantly share code, notes, and snippets.

View JayArrowz's full-sized avatar
:shipit:
Addicted to code

JayArrowz

:shipit:
Addicted to code
View GitHub Profile
@JayArrowz
JayArrowz / NakamaClient.cs
Created July 10, 2022 15:14 — forked from elix22/NakamaClient.cs
Nakama client , custom certificate validation of self signed server certificate
using Urho;
using System;
using System.Threading.Tasks;
using Nakama;
namespace NakamaNetworking
{
public class NakamaClient
{
@elix22
elix22 / NakamaClient.cs
Created June 22, 2021 14:23
Nakama client , custom certificate validation of self signed server certificate
using Urho;
using System;
using System.Threading.Tasks;
using Nakama;
namespace NakamaNetworking
{
public class NakamaClient
{