12 lines
209 B
C#
12 lines
209 B
C#
namespace LOC.Website.Common
|
|
{
|
|
public enum PunishmentResponse
|
|
{
|
|
Punished,
|
|
PunishmentRemoved,
|
|
AccountDoesNotExist,
|
|
NotPunished,
|
|
InsufficientPrivileges
|
|
}
|
|
}
|