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