12 lines
242 B
C#
12 lines
242 B
C#
#nullable enable
|
|
using Robust.Client.AutoGenerated;
|
|
using Robust.Client.UserInterface;
|
|
|
|
namespace Content.Client.Administration.UI.Tabs.AdminTab
|
|
{
|
|
[GenerateTypedNameReferences]
|
|
public partial class AdminTab : Control
|
|
{
|
|
}
|
|
}
|