6
StarHorizon_Public/Content.Server/NPC/Components/NPCPathfindPointComponent.cs
2025-11-05 11:11:22 +03:00

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;
}