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