1
0
Files
mineplex-crepe/Website/LOC.Website.Common/PunishmentResponse.cs

12 lines
209 B
C#
Raw Normal View History

2021-08-19 16:35:32 +07:00
namespace LOC.Website.Common
{
public enum PunishmentResponse
{
Punished,
PunishmentRemoved,
AccountDoesNotExist,
NotPunished,
InsufficientPrivileges
}
}