11 lines
104 B
C#
11 lines
104 B
C#
|
|
namespace PathFinding
|
|
{
|
|
public class PathFinder2D
|
|
{
|
|
public PathFinder2D()
|
|
{
|
|
}
|
|
}
|
|
}
|