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

14 lines
268 B
C#
Raw Normal View History

2013-08-27 17:14:08 +02:00
namespace LOC.Core.Tokens.Client
{
public class RemovePunishmentToken
{
public string Target { get; set; }
public int PunishmentId { get; set; }
public string Reason { get; set; }
public string Admin { get; set; }
}
}