Files
tbd-station-14/Content.Client/Info/InfoControlsSection.xaml.cs
ShadowCommander 09e0f79b89 Xaml Rules and Info (#5741)
* XAMLify rules and info

* Fix errors

* Combine AddSection methods

* Readd AddSection
2021-12-15 22:17:01 -08:00

16 lines
341 B
C#

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