namespace Content.Shared.Overlays { /// /// This component allows you to see the hungriness of mobs. /// [RegisterComponent] public sealed class ShowHungerIconsComponent : Component { } }