Files
crystall-punk-14/Content.Server/AI/Components/ActiveNPCComponent.cs

8 lines
195 B
C#
Raw Normal View History

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