namespace WingsAPI.Scripting.Enum.TimeSpace { public enum SPortalMinimapOrientation { North = 0, East = 1, South = 2, West = 3 } }