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