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