Cleaned up some files

This commit is contained in:
2020-12-15 00:37:47 -07:00
parent 257aaa331f
commit 00444fbba9
16 changed files with 93 additions and 124 deletions

View File

@@ -1,7 +1,9 @@
using HexCore;
namespace ConsoleApp.Maps
{
public interface IHexMap : IMap
public interface IHexMap
{
Graph Graph { get; }
}
}