namespace OSBot.Logic.Worlds { public enum WorldStatus : byte { Offline = 0, Maintenance = 1, High = 5, Low = 6, Medium = 9, High2 = 10, } }