Files
tbd-station-14/Content.Server/NPC/Components/NPCPathfindPointComponent.cs

12 lines
324 B
C#

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