namespace Lantean.QBTMud.Models { public enum Priority { Mixed = -1, DoNotDownload = 0, Normal = 1, High = 6, Maximum = 7 } }