Files
tbd-station-14/Content.Shared/Antag/ShowAntagIconsComponent.cs

10 lines
251 B
C#

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;