Files
tbd-station-14/Content.Client/HealthAnalyzer/UI/Tooltips/LungHealthTooltip.xaml.cs
Janet Blackquill 677b79979a thusd lung damage
2025-10-03 15:39:36 -04:00

16 lines
386 B
C#

using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.XAML;
using Robust.Client.UserInterface;
namespace Content.Client.HealthAnalyzer.UI.Tooltips;
[GenerateTypedNameReferences]
public sealed partial class LungHealthTooltip : PanelContainer
{
public LungHealthTooltip()
{
RobustXamlLoader.Load(this);
}
}