diff --git a/Content.Client/Info/Info.xaml b/Content.Client/Info/Info.xaml new file mode 100644 index 0000000000..0f6e55bfaa --- /dev/null +++ b/Content.Client/Info/Info.xaml @@ -0,0 +1,11 @@ + + + + diff --git a/Content.Client/Info/Info.xaml.cs b/Content.Client/Info/Info.xaml.cs new file mode 100644 index 0000000000..bb8778f9ec --- /dev/null +++ b/Content.Client/Info/Info.xaml.cs @@ -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); + } +} diff --git a/Content.Client/Info/InfoControlsSection.xaml b/Content.Client/Info/InfoControlsSection.xaml new file mode 100644 index 0000000000..ccaf79027a --- /dev/null +++ b/Content.Client/Info/InfoControlsSection.xaml @@ -0,0 +1,11 @@ + +