1 2 3 4 5 6 7 8 9 10 11 12
namespace Impostor.Api.Events { public enum EventPriority { Lowest = 0, Low = 1, Normal = 2, High = 3, Highest = 4, Monitor = 5, } }