6
StarHorizon_Public/Content.Shared/Overlays/ShowJobIconsComponent.cs
2025-11-05 11:11:22 +03:00

10 lines
267 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 partial class ShowJobIconsComponent : Component { }