namespace ACE.Entity.Enum { public enum AllegiancePermissionLevel { None = 0, Speaker = 1, Seneschal = 2, Castellan = 3, Monarch = 4 } }