Files
tbd-station-14/Content.Client/UserInterface/Systems/Actions/Widgets/ActionsBar.xaml.cs
2023-11-13 22:27:14 -05:00

16 lines
346 B
C#

using Robust.Client.AutoGenerated;
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);
}
}