using System; namespace MudEngine.GameManagement { public enum SecurityRoles { Admin, Immortal, GM, QuestGiver, Player, NPC } }