1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2025-05-29 10:34:05 +02:00
Minecraft-Phantom-Panel/Server/Phantom.Server.Services/Users/AddRoleError.cs

9 lines
146 B
C#

namespace Phantom.Server.Services.Users;
public enum AddRoleError : byte {
NameIsEmpty,
NameIsTooLong,
NameAlreadyExists,
UnknownError
}