|
RpgGame
Console Based RPG game in C#
|
Provides predefined directional offset vectors for common cardinal directions. More...
Static Public Attributes | |
| static readonly Position | Up = new(0, -1) |
| static readonly Position | Down = new(0, 1) |
| static readonly Position | Left = new(-1, 0) |
| static readonly Position | Right = new(1, 0) |
Provides predefined directional offset vectors for common cardinal directions.