This commit is contained in:
2020-12-10 20:15:09 -07:00
parent bd7264f893
commit 7f0cb10198
5 changed files with 4 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
namespace ConsoleApp.Maps
{
public interface IHexCell
public interface IHexCell : ICell
{
}