8 lines
195 B
C#
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 {}
|