Mineplex2018-withcommit/Website/LOC.Core/Tokens/Client/RankUpdateToken.cs

14 lines
250 B
C#

namespace LOC.Core.Tokens.Client
{
public class RankUpdateToken
{
public string Name { get; set; }
public string Rank { get; set; }
public bool Perm { get; set; }
public int Retries { get; set; }
}
}