Skip to content

Instantly share code, notes, and snippets.

@DArk1ii
Created February 28, 2019 10:49
Show Gist options
  • Save DArk1ii/d99c9f7611dc9b89607e5213816ce3bf to your computer and use it in GitHub Desktop.
Save DArk1ii/d99c9f7611dc9b89607e5213816ce3bf to your computer and use it in GitHub Desktop.
using System.Net;
namespace Realm
{
class User
{
public string Id { get; set; }
public IPEndPoint FullInfoIP { get; set; }
public string Name { get; set; }
!!! public string Color { get; set; } !!!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment