UTests pass with Pathfinder2D
This commit is contained in:
12
PathFinding/IPlanarElement.cs
Normal file
12
PathFinding/IPlanarElement.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PathFinding
|
||||
{
|
||||
public interface IPlanarElement
|
||||
{
|
||||
ICollection<Path> GetPaths();
|
||||
|
||||
bool IsUpsideDown { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user