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

14 lines
268 B
C#

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; }
}
}