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

17 lines
366 B
C#
Raw Permalink Normal View History

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