Files
crystall-punk-14/Content.Client/UserInterface/AdminMenu/Tabs/AdminTab/AdminTab.xaml.cs

12 lines
248 B
C#
Raw Normal View History

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