9 lines
No EOL
150 B
C#
9 lines
No EOL
150 B
C#
namespace WingsEmu.Game.TimeSpaces.Enums;
|
|
|
|
public enum PortalMinimapOrientation : byte
|
|
{
|
|
NORTH = 0,
|
|
EAST = 1,
|
|
SOUTH = 2,
|
|
WEST = 3
|
|
} |