6
StarHorizon_Public/Content.Shared/NPC/ActiveNPCComponent.cs
2025-11-12 10:55:00 +03:00

10 lines
246 B
C#

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