Started improving server shares and general api controller structure
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
namespace MoonlightServers.Shared.Enums;
|
||||
|
||||
public enum ServerPermissionType
|
||||
public enum ServerPermissionLevel
|
||||
{
|
||||
None = -1,
|
||||
Read = 0,
|
||||
ReadWrite = 1
|
||||
}
|
||||
Reference in New Issue
Block a user