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