1
0

ActionPageButtons.xaml.cs 350 B

1234567891011121314
  1. using Robust.Client.AutoGenerated;
  2. using Robust.Client.UserInterface;
  3. using Robust.Client.UserInterface.XAML;
  4. namespace Content.Client.UserInterface.Systems.Actions.Controls;
  5. [GenerateTypedNameReferences]
  6. public sealed partial class ActionPageButtons : Control
  7. {
  8. public ActionPageButtons()
  9. {
  10. RobustXamlLoader.Load(this);
  11. }
  12. }