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