forked from wylab/wylab-station-14
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.Surgery;
|
|
|
|
[GenerateTypedNameReferences]
|
|
public sealed partial class SelfRequestWindow : DefaultWindow
|
|
{
|
|
public SelfRequestWindow()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|