ShowThirstIconsComponent.cs 273 B

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