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