namespace Wabbajack.Downloaders.Interfaces { public enum Priority { Highest = 1, High, Normal, Low, Lowest } }