before remove validation board
This commit is contained in:
7
PathFinding/IPlanarCollection.cs
Normal file
7
PathFinding/IPlanarCollection.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace PathFinding
|
||||
{
|
||||
interface IPlanarCollection<T>
|
||||
{
|
||||
T this[int x, int y] { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user