2021-03-03 06:56:52 +00:00
|
|
|
using Robust.Client.AutoGenerated;
|
2019-05-14 15:19:41 +02:00
|
|
|
using Robust.Client.UserInterface.CustomControls;
|
2021-02-16 15:07:17 +01:00
|
|
|
using Robust.Client.UserInterface.XAML;
|
2019-05-14 15:19:41 +02:00
|
|
|
|
2022-09-11 20:42:12 -07:00
|
|
|
namespace Content.Client.Options.UI
|
2019-05-14 15:19:41 +02:00
|
|
|
{
|
2021-02-16 15:07:17 +01:00
|
|
|
[GenerateTypedNameReferences]
|
2022-09-14 14:34:48 -07:00
|
|
|
public sealed partial class EscapeMenu : DefaultWindow
|
2019-05-14 15:19:41 +02:00
|
|
|
{
|
2022-09-14 14:34:48 -07:00
|
|
|
public EscapeMenu()
|
2019-05-14 15:19:41 +02:00
|
|
|
{
|
2021-02-16 15:07:17 +01:00
|
|
|
RobustXamlLoader.Load(this);
|
2019-05-14 15:19:41 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|