6
StarHorizon_Public/Content.Shared/Overlays/ShowHungerIconsComponent.cs
2025-11-03 10:15:18 +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 { }