Files
crystall-punk-14/Content.Client/Administration/UI/BanList/RoleBans/RoleBanListHeader.xaml.cs

15 lines
363 B
C#
Raw Normal View History

2022-11-14 20:06:55 +01:00
using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.XAML;
namespace Content.Client.Administration.UI.BanList.RoleBans;
2022-11-14 20:06:55 +01:00
[GenerateTypedNameReferences]
public sealed partial class RoleBanListHeader : ContainerButton
2022-11-14 20:06:55 +01:00
{
public RoleBanListHeader()
2022-11-14 20:06:55 +01:00
{
RobustXamlLoader.Load(this);
}
}