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

14 lines
250 B
C#
Raw Normal View History

2013-08-27 17:14:08 +02:00
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; }
2013-08-27 17:14:08 +02:00
}
}