Files
tbd-station-14/Content.Client/Chemistry/UI/TransferAmountWindow.xaml.cs
2022-02-16 18:23:23 +11:00

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);
}
}
}