3 lines
79 B
C#
3 lines
79 B
C#
namespace ReindeerMaze;
|
|
|
|
record Tile(Position Position, int DirectionIndex); |
namespace ReindeerMaze;
|
|
|
|
record Tile(Position Position, int DirectionIndex); |