using Robust.Shared.GameStates; namespace Content.Shared.NPC; /// /// Added to NPCs that are actively being updated. /// [RegisterComponent, NetworkedComponent] public sealed partial class ActiveNPCComponent : Component {}