17 lines
419 B
C#
17 lines
419 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 partial class TransferAmountWindow : SS14Window
|
|
{
|
|
public TransferAmountWindow()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|
|
}
|