Re-organize all projects (#4166)
This commit is contained in:
11
Content.Client/Administration/UI/Tabs/ServerTab.xaml.cs
Normal file
11
Content.Client/Administration/UI/Tabs/ServerTab.xaml.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
#nullable enable
|
||||
using Robust.Client.AutoGenerated;
|
||||
using Robust.Client.UserInterface;
|
||||
|
||||
namespace Content.Client.Administration.UI.Tabs
|
||||
{
|
||||
[GenerateTypedNameReferences]
|
||||
public partial class ServerTab : Control
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user