* security HUD now shows a job icon on entities with a body * thirst goggles * set starting hud gear
9 lines
232 B
C#
9 lines
232 B
C#
namespace Content.Shared.Overlays
|
|
{
|
|
/// <summary>
|
|
/// This component allows you to see the hungriness of mobs.
|
|
/// </summary>
|
|
[RegisterComponent]
|
|
public sealed class ShowHungerIconsComponent : Component { }
|
|
}
|