Health analyzer has tooltips now

This commit is contained in:
Janet Blackquill
2025-10-01 18:33:44 -04:00
parent 33eede4592
commit 6dafd77fe9
23 changed files with 471 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
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 DamageTooltip : PanelContainer
{
public DamageTooltip()
{
RobustXamlLoader.Load(this);
}
}