Mineplex2018-withcommit/Website/LOC.Website.Common/PunishmentResponse.cs
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

12 lines
209 B
C#

namespace LOC.Website.Common
{
public enum PunishmentResponse
{
Punished,
PunishmentRemoved,
AccountDoesNotExist,
NotPunished,
InsufficientPrivileges
}
}