namespace ACE.Entity.Enum { public enum ConfirmationType : uint { Undefined = 0x00, SwearAllegiance = 0x01, AlterSkill = 0x02, AlterAttribute = 0x03, Fellowship = 0x04, CraftInteraction = 0x05, Augmentation = 0x06, Yes_No = 0x07 } }