mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-18 05:59:03 +03:00
15 lines
351 B
C#
15 lines
351 B
C#
using Robust.Client.AutoGenerated;
|
|
using Robust.Client.UserInterface.CustomControls;
|
|
using Robust.Client.UserInterface.XAML;
|
|
|
|
namespace Content.Client.Administration.UI.Logs;
|
|
|
|
[GenerateTypedNameReferences]
|
|
public sealed partial class AdminLogsWindow : DefaultWindow
|
|
{
|
|
public AdminLogsWindow()
|
|
{
|
|
RobustXamlLoader.Load(this);
|
|
}
|
|
}
|