Code smells
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PathFinding
|
||||
{
|
||||
public interface IPlanarElement
|
||||
{
|
||||
ICollection<Path> GetPaths();
|
||||
|
||||
MoveSet MoveSet { get; }
|
||||
bool IsUpsideDown { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user