Files
OldThink/Content.Server/AI/Pathfinding/IPathfindingGraph.cs

7 lines
86 B
C#
Raw Normal View History

2022-05-16 13:21:00 +10:00
namespace Content.Server.AI.Pathfinding;
public interface IPathfindingGraph
{
}