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