namespace KianaBH.Enums.Player; public enum PermEnum { Trial = 0, Support = 1, Admin = 2, Other = 10 }