namespace PathFinding { public interface IPlanarElement { MoveSet MoveSet { get; } bool IsUpsideDown { get; } } }