6
2026-01-13 18:31:02 +02:00

16 lines
362 B
C#

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