8 lines
141 B
C#
8 lines
141 B
C#
|
|
namespace Content.Server.GameObjects.EntitySystems.AI.Pathfinding.GraphUpdates
|
||
|
|
{
|
||
|
|
public interface IPathfindingGraphUpdate
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|
||
|
|
}
|