// Copyright © 2017-2018 Atomic Software, LLC. All Rights Reserved. // See LICENSE.md for full license information. namespace Atom.Core.Local { public enum WorldStatus : byte { Offline = 0x00, Maintenance = 0x01, Empty = 0x02, Reserved = 0x03, OfflineUnk = 0x04, Full = 0x05, Low = 0x06, Medium = 0x09, High = 0x0A } }