Backup
Working through some localization stuff will probably be pretty fluid.
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace ConsoleApp.Maps
|
||||
{
|
||||
public interface IMap
|
||||
{
|
||||
public Cell[,] Map { get; }
|
||||
ICell StartingCell { get; }
|
||||
ICell LastCell { get; }
|
||||
public List<ICell> PossibleMoves(ICell currentCell);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user