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

8 lines
204 B
C#

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