UTests pass with Pathfinder2D
This commit is contained in:
@@ -1,7 +1,10 @@
|
||||
namespace PathFinding
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PathFinding
|
||||
{
|
||||
interface IPlanarCollection<T>
|
||||
public interface IPlanarCollection<T> : IEnumerable<T>
|
||||
{
|
||||
T this[int x, int y] { get; set; }
|
||||
int GetLength(int dimension);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user