Files
tbd-station-14/Content.Client/Administration/UI/BanList/RoleBans/RoleBanListHeader.xaml.cs
2023-09-22 14:08:28 -07:00

15 lines
363 B
C#

using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.XAML;
namespace Content.Client.Administration.UI.BanList.RoleBans;
[GenerateTypedNameReferences]
public sealed partial class RoleBanListHeader : ContainerButton
{
public RoleBanListHeader()
{
RobustXamlLoader.Load(this);
}
}