16 lines
378 B
C#
16 lines
378 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 StatusTooltip : PanelContainer
|
|
{
|
|
public StatusTooltip()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|