Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com> Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
8 lines
141 B
C#
8 lines
141 B
C#
namespace Content.Server.GameObjects.EntitySystems.AI.Pathfinding.GraphUpdates
|
|
{
|
|
public interface IPathfindingGraphUpdate
|
|
{
|
|
|
|
}
|
|
}
|