- 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 { }
|