resimmed offmed
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
using Content.Shared.MedicalScanner;
|
||||
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]
|
||||
[Virtual]
|
||||
public partial class UpdatableTooltip : PanelContainer
|
||||
{
|
||||
public UpdatableTooltip()
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
}
|
||||
|
||||
public virtual void Update(HealthAnalyzerScannedUserMessage msg)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user