namespace Content.Server.GameObjects.EntitySystems.AI.Pathfinding.GraphUpdates { public interface IPathfindingGraphUpdate { } }