riversong code showcase
This commit is contained in:
9
Source/Riversong/Game/World/Pathfinding/IPathfinder.cs
Normal file
9
Source/Riversong/Game/World/Pathfinding/IPathfinder.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public interface IPathfinder
|
||||
{
|
||||
int FindPath(in TilePath path, ref PathQuery query);
|
||||
|
||||
PathQueryResult CompletePath(int queryHandle);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user