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

@@ -17,9 +17,9 @@ namespace ConsoleApp.Maps
}
}
public List<HexCell> PossibleMoves(HexCell fromCell, Direction direction, Double orientation)
public List<ICell> PossibleMoves(HexCell fromCell, Direction direction, Double orientation)
{
throw new NotImplementedException();
}
}
}