6
StarHorizon_Public/Content.Shared/Overlays/ShowThirstIconsComponent.cs
2025-11-15 12:24:44 +03:00

10 lines
273 B
C#

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