Init
Base System Files. Missing 2 Module Scripts.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using Server;
|
||||
|
||||
namespace KCS
|
||||
{
|
||||
internal class Permissions
|
||||
{
|
||||
public static AccessLevel GlobalAccessLevel = AccessLevel.Administrator;
|
||||
public static AccessLevel SupporterAccessLevel = AccessLevel.VIP;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user