// WingsEmu // // Developed by NosWings Team namespace WingsEmu.Packets.Enums { public enum MinilandState : byte { OPEN = 0, PRIVATE = 1, LOCK = 2 } }