namespace WingsEmu.Game.TimeSpaces.Enums; public enum PortalMinimapOrientation : byte { NORTH = 0, EAST = 1, SOUTH = 2, WEST = 3 }