diff --git a/Content.Client/_ADT/Hands/UI/HandPlaceholderStatus.cs b/Content.Client/_ADT/Hands/UI/HandPlaceholderStatus.cs new file mode 100644 index 000000000000..369a9d207c3d --- /dev/null +++ b/Content.Client/_ADT/Hands/UI/HandPlaceholderStatus.cs @@ -0,0 +1,13 @@ +using Robust.Client.UserInterface; +using Robust.Client.UserInterface.XAML; + +namespace Content.Client._ADT.Hands.UI +{ + public sealed class HandPlaceholderStatus : Control + { + public HandPlaceholderStatus() + { + RobustXamlLoader.Load(this); + } + } +} diff --git a/Content.Client/_ADT/Hands/UI/HandPlaceholderStatus.xaml b/Content.Client/_ADT/Hands/UI/HandPlaceholderStatus.xaml new file mode 100644 index 000000000000..702046dcf810 --- /dev/null +++ b/Content.Client/_ADT/Hands/UI/HandPlaceholderStatus.xaml @@ -0,0 +1,3 @@ + + diff --git a/Content.Client/_ADT/Modsuits/UI/ModSuitMenu.xaml b/Content.Client/_ADT/Modsuits/UI/ModSuitMenu.xaml new file mode 100644 index 000000000000..6dc56db57bc7 --- /dev/null +++ b/Content.Client/_ADT/Modsuits/UI/ModSuitMenu.xaml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +