1
0

ActiveNPCComponent.cs 246 B

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