1
0
mirror of https://github.com/chylex/Minecraft-Phantom-Panel.git synced 2024-10-17 03:42:50 +02:00
Minecraft-Phantom-Panel/Common/Phantom.Common.Data.Web/Users/DeleteUserResult.cs
2023-12-05 14:27:55 +01:00

8 lines
114 B
C#

namespace Phantom.Common.Data.Web.Users;
public enum DeleteUserResult : byte {
Deleted,
NotFound,
Failed
}