Enum Direction
Enumeration of the directions in the game.
Namespace: Fibula.Common.Contracts.Enumerations
Assembly: Fibula.Common.Contracts.dll
Syntax
public enum Direction : byte
Fields
Name | Description |
---|---|
East | East. |
North | North. |
NorthEast | NorthEast. |
NorthWest | NorthWest. |
South | South. |
SouthEast | SouthEast. |
SouthWest | SouthWest. |
West | West. |