ShowJobIconsComponent.cs 267 B

123456789
  1. using Robust.Shared.GameStates;
  2. namespace Content.Shared.Overlays;
  3. /// <summary>
  4. /// This component allows you to see job icons above mobs.
  5. /// </summary>
  6. [RegisterComponent, NetworkedComponent]
  7. public sealed partial class ShowJobIconsComponent : Component { }