Revert "Hunger and thirst HUDs" (#18125)

This commit is contained in:
Visne
2023-07-18 17:28:28 +02:00
committed by GitHub
parent aa40a21aab
commit ee4809a222
26 changed files with 96 additions and 1028 deletions

View File

@@ -1,8 +0,0 @@
namespace Content.Shared.Overlays
{
/// <summary>
/// This component allows you to see the thirstiness of mobs.
/// </summary>
[RegisterComponent]
public sealed class ShowThirstIconsComponent : Component { }
}