Add panic bunker UI and automatic panic bunker (#20954)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using Robust.Client.AutoGenerated;
|
||||
using Robust.Client.UserInterface.CustomControls;
|
||||
using Robust.Client.UserInterface.XAML;
|
||||
|
||||
namespace Content.Client.Administration.UI.Tabs.PanicBunkerTab;
|
||||
|
||||
[GenerateTypedNameReferences]
|
||||
public sealed partial class PanicBunkerStatusWindow : DefaultWindow
|
||||
{
|
||||
public PanicBunkerStatusWindow()
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user