namespace Content.Server.NPC.Components; [RegisterComponent] public sealed class NPCPathfindPointComponent : Component { /// /// Next point for the NPC to head to. /// // [ViewVariables(VVAccess.ReadWrite), DataField("nextPoint")] // public EntityUid? NextPoint; }