Add AdminLevel.cs, ClientExtention.cs
This commit is contained in:
13
Server/Util/AdminLevel.cs
Normal file
13
Server/Util/AdminLevel.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace reallife_gamemode.Server.Util
|
||||
{
|
||||
public enum AdminLevel : int
|
||||
{
|
||||
PLAYER,
|
||||
SUPPORTER,
|
||||
ADMIN
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user