Delta-v/Content.Server/AI/Components/ActiveNPCComponent.cs

8 lines
195 B
C#

namespace Content.Server.AI.Components;
/// <summary>
/// Added to NPCs that are actively being updated.
/// </summary>
[RegisterComponent]
public sealed class ActiveNPCComponent : Component {}