Mineplex2018-withcommit/Website/LOC.Website.Common/PunishmentResponse.cs

12 lines
209 B
C#
Raw Permalink Normal View History

2013-08-27 17:14:08 +02:00
namespace LOC.Website.Common
{
public enum PunishmentResponse
{
Punished,
PunishmentRemoved,
AccountDoesNotExist,
NotPunished,
InsufficientPrivileges
}
}