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