6
StarHorizon_Public/Content.Client/Lobby/UI/HighlightedContainer.xaml.cs
2026-01-24 12:49:55 +03:00

15 lines
339 B
C#

using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.XAML;
namespace Content.Client.Lobby.UI;
[GenerateTypedNameReferences]
public sealed partial class HighlightedContainer : PanelContainer
{
public HighlightedContainer()
{
RobustXamlLoader.Load(this);
}
}