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