ShowAntagIconsComponent.cs 251 B

123456789
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Antag;
  3. /// <summary>
  4. /// Determines whether Someone can see antags icons
  5. /// </summary>
  6. [RegisterComponent, NetworkedComponent]
  7. public sealed partial class ShowAntagIconsComponent: Component;