namespace Content.Server.AI.Pathfinding; [RegisterComponent] [Friend(typeof(PathfindingSystem))] public sealed class GridPathfindingComponent : Component, IPathfindingGraph { public Dictionary Graph = new(); }