ActionsBar.xaml.cs 346 B

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