namespace mine2d.engine.system; public enum EventPriority { Lowest = 0, Low = 1, Normal = 2, High = 3, Highest = 4, Important = 5, }