1
0

SurvivorComponent.cs 283 B

123456789
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Survivor.Components;
  3. /// <summary>
  4. /// Component to keep track of which entities are a Survivor antag.
  5. /// </summary>
  6. [RegisterComponent, NetworkedComponent]
  7. public sealed partial class SurvivorComponent : Component;