Xaml Rules and Info (#5741)
* XAMLify rules and info * Fix errors * Combine AddSection methods * Readd AddSection
This commit is contained in:
15
Content.Client/Info/InfoControlsSection.xaml.cs
Normal file
15
Content.Client/Info/InfoControlsSection.xaml.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user