@@ -1,20 +1,17 @@
|
||||
using Content.Shared.Research.Prototypes;
|
||||
using Content.Client.Message;
|
||||
using Robust.Client.AutoGenerated;
|
||||
using Robust.Client.Graphics;
|
||||
using Robust.Client.UserInterface;
|
||||
using Robust.Client.UserInterface.XAML;
|
||||
using Robust.Shared.Graphics;
|
||||
|
||||
namespace Content.Client.Lathe.UI;
|
||||
|
||||
[GenerateTypedNameReferences]
|
||||
public sealed partial class RecipeTooltip : Control
|
||||
{
|
||||
|
||||
public RecipeTooltip(string tooltip)
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
|
||||
RecipeTooltipLabel.SetMessage(tooltip);
|
||||
RecipeTooltipLabel.SetMarkup(tooltip);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user