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

@@ -3,7 +3,7 @@ using System.Collections.Generic;
namespace ConsoleApp.Maps
{
public struct HexCell
public struct HexCell : IHexCell
{
public int Q { get; }
public int R { get; }