2023-11-13 22:27:14 -05:00
|
|
|
|
using Robust.Client.AutoGenerated;
|
2022-10-12 01:16:23 -07:00
|
|
|
|
using Robust.Client.UserInterface.Controls;
|
|
|
|
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Client.UserInterface.Systems.Actions.Widgets;
|
|
|
|
|
|
|
|
|
|
|
|
[GenerateTypedNameReferences]
|
|
|
|
|
|
public sealed partial class ActionsBar : UIWidget
|
|
|
|
|
|
{
|
|
|
|
|
|
public ActionsBar()
|
|
|
|
|
|
{
|
|
|
|
|
|
RobustXamlLoader.Load(this);
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|