15 lines
346 B
C#
15 lines
346 B
C#
using Robust.Client.AutoGenerated;
|
|
using Robust.Client.UserInterface.Controls;
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
namespace Content.Client.Administration.UI.BanList;
|
|
|
|
[GenerateTypedNameReferences]
|
|
public sealed partial class BanListHeader : ContainerButton
|
|
{
|
|
public BanListHeader()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|