PanicBunkerStatusWindow.xaml.cs 382 B

1234567891011121314
  1. using Robust.Client.AutoGenerated;
  2. using Robust.Client.UserInterface.CustomControls;
  3. using Robust.Client.UserInterface.XAML;
  4. namespace Content.Client.Administration.UI.Tabs.PanicBunkerTab;
  5. [GenerateTypedNameReferences]
  6. public sealed partial class PanicBunkerStatusWindow : DefaultWindow
  7. {
  8. public PanicBunkerStatusWindow()
  9. {
  10. RobustXamlLoader.Load(this);
  11. }
  12. }