6
StarHorizon_Public/Content.Client/Info/InfoControlsSection.xaml.cs
2026-01-05 11:43:53 +03:00

16 lines
348 B
C#

using System;
using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.XAML;
namespace Content.Client.Info;
[GenerateTypedNameReferences]
public sealed partial class InfoControlsSection : BoxContainer
{
public InfoControlsSection()
{
RobustXamlLoader.Load(this);
}
}