Xaml Rules and Info (#5741)

* XAMLify rules and info

* Fix errors

* Combine AddSection methods

* Readd AddSection
This commit is contained in:
ShadowCommander
2021-12-15 22:17:01 -08:00
committed by GitHub
parent b679980278
commit 09e0f79b89
7 changed files with 95 additions and 132 deletions

View File

@@ -0,0 +1,14 @@
using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.XAML;
namespace Content.Client.Info;
[GenerateTypedNameReferences]
public partial class Info : ScrollContainer
{
public Info()
{
RobustXamlLoader.Load(this);
}
}