Code smells

This commit is contained in:
2021-03-04 20:35:23 -06:00
parent e64f75e3cc
commit 7ed771d467
31 changed files with 310 additions and 339 deletions

View File

@@ -1,12 +1,9 @@
using System.Collections.Generic;
namespace PathFinding
{
public interface IPlanarElement
{
ICollection<Path> GetPaths();
MoveSet MoveSet { get; }
bool IsUpsideDown { get; }
}
}