mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
15 lines
362 B
C#
15 lines
362 B
C#
using Robust.Client.AutoGenerated;
|
|
using Robust.Client.UserInterface.CustomControls;
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
namespace Content.Client.UserInterface.Systems.Sandbox.Windows;
|
|
|
|
[GenerateTypedNameReferences]
|
|
public sealed partial class SandboxWindow : DefaultWindow
|
|
{
|
|
public SandboxWindow()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|