Delta-v/Content.Client/Chemistry/UI/TransferAmountWindow.xaml.cs

17 lines
429 B
C#

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