Files
tbd-station-14/Content.Shared/Overlays/ShowSecurityIconsComponent.cs

11 lines
282 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Overlays
{
/// <summary>
/// This component allows you to see job icons above mobs.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed class ShowSecurityIconsComponent : Component { }
}