6
StarHorizon_Public/Content.Shared/Overlays/ShowHungerIconsComponent.cs
2026-01-24 12:49:55 +03:00

10 lines
272 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Overlays;
/// <summary>
/// This component allows you to see the hungriness of mobs.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ShowHungerIconsComponent : Component { }