Files
tbd-station-14/Content.Shared/Overlays/ShowSecurityIconsComponent.cs
PrPleGoo 67e4b626c1 Hunger and thirst HUDs (#18066)
* security HUD now shows a job icon on entities with a body

* thirst goggles

* set starting hud gear
2023-07-18 00:01:22 -06:00

9 lines
229 B
C#

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