Mineplex2018-withcommit/Website/LOC.Core/Tokens/Client/PlayerUpdateToken.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

12 lines
213 B
C#

namespace LOC.Core.Tokens.Client
{
public class PlayerUpdateToken
{
public string Name { get; set; }
public int Gems { get; set; }
public bool FilterChat { get; set; }
}
}