namespace rjwquirks.Modules.Quirks { public enum QuirkModifierPriority { First, High, Normal, Low, Last } }