Pathfinder hotfixes (#8201)
This commit is contained in:
6
Content.Server/AI/Pathfinding/IPathfindingGraph.cs
Normal file
6
Content.Server/AI/Pathfinding/IPathfindingGraph.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Content.Server.AI.Pathfinding;
|
||||
|
||||
public interface IPathfindingGraph
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user