fish-station/Content.Client/_Sunrise/HelpChoice/HelpChoiceWindow.xaml.cs
Copilot aba00f7e8f
Implement Mentor Help System (MHelp) - Complete Ticket-based Help for Game Questions (#2915)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: VigersRay <60344369+VigersRay@users.noreply.github.com>
Co-authored-by: Vigers Ray <vigersray@gmail.com>
2025-09-09 20:54:52 +03:00

16 lines
382 B
C#

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