2021-02-17 09:39:31 -03:00
|
|
|
|
#nullable enable
|
|
|
|
|
|
using Robust.Client.AutoGenerated;
|
2021-02-21 12:38:56 +01:00
|
|
|
|
using Robust.Client.UserInterface;
|
2021-02-17 09:39:31 -03:00
|
|
|
|
|
|
|
|
|
|
namespace Content.Client.UserInterface.AdminMenu.Tabs.AdminTab
|
|
|
|
|
|
{
|
|
|
|
|
|
[GenerateTypedNameReferences]
|
2021-02-21 12:38:56 +01:00
|
|
|
|
public partial class AdminTab : Control
|
2021-02-17 09:39:31 -03:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|