Files
Shogi/PathFinding/PathFinder2D.cs

11 lines
104 B
C#

namespace PathFinding
{
public class PathFinder2D
{
public PathFinder2D()
{
}
}
}