2022-09-06 00:28:23 +10:00
|
|
|
namespace Content.Server.NPC.Components;
|
2022-07-25 14:57:33 +10:00
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Added to NPCs that are actively being updated.
|
|
|
|
|
/// </summary>
|
|
|
|
|
[RegisterComponent]
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class ActiveNPCComponent : Component {}
|