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
|
|
|
|
using Robust.Client.UserInterface.Controls;
|
|
|
|
|
|
|
|
|
|
|
|
namespace Content.Client.UserInterface.AdminMenu.Tabs
|
|
|
|
|
|
{
|
|
|
|
|
|
[GenerateTypedNameReferences]
|
2021-02-21 12:38:56 +01:00
|
|
|
|
public partial class ServerTab : Control
|
2021-02-17 09:39:31 -03:00
|
|
|
|
{
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|