Files
OldThink/Content.Client/Borer/ReagentWindow.cs

16 lines
331 B
C#
Raw Permalink Normal View History

using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.CustomControls;
using Robust.Client.UserInterface.XAML;
namespace Content.Client.Borer;
[GenerateTypedNameReferences]
public sealed partial class ReagentWindow : DefaultWindow
{
public ReagentWindow()
{
RobustXamlLoader.Load(this);
}
}