InfoControlsSection.xaml.cs 348 B

123456789101112131415
  1. using System;
  2. using Robust.Client.AutoGenerated;
  3. using Robust.Client.UserInterface.Controls;
  4. using Robust.Client.UserInterface.XAML;
  5. namespace Content.Client.Info;
  6. [GenerateTypedNameReferences]
  7. public sealed partial class InfoControlsSection : BoxContainer
  8. {
  9. public InfoControlsSection()
  10. {
  11. RobustXamlLoader.Load(this);
  12. }
  13. }