Maps are more generic as well as cells.
This commit is contained in:
@@ -4,6 +4,6 @@ namespace ConsoleApp.Maps
|
||||
{
|
||||
public interface IMap
|
||||
{
|
||||
public List<ICell> PossibleMoves();
|
||||
public List<ICell> PossibleMoves(ICell currentCell);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user