server-master/srcs/WingsAPI.Game/TimeSpaces/Enums/PortalMinimapOrientation.cs
2026-02-10 18:21:30 +01:00

9 lines
No EOL
150 B
C#

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