Start of hex cell

This commit is contained in:
zac johnson
2020-12-10 16:48:34 -07:00
parent 927fd0f64d
commit 230e97e3df
3 changed files with 42 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
namespace ConsoleApp.Maps
{
public enum Direction
{
Forward, Reverse
}
}