Files
wylab-station-14/Content.Client/UserInterface/Systems/Surgery/SelfRequestWindow.xaml.cs
T
2023-04-01 13:11:53 -07:00

15 lines
362 B
C#

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