- add: change genitals on appearance
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
using Robust.Client.AutoGenerated;
|
||||
using Robust.Client.UserInterface;
|
||||
using Robust.Client.UserInterface.XAML;
|
||||
|
||||
namespace Content.Client._Amour.HumanoidProfileEditorExt;
|
||||
|
||||
[GenerateTypedNameReferences]
|
||||
public sealed partial class GenitalBoxView : Control
|
||||
{
|
||||
public GenitalBoxView()
|
||||
{
|
||||
RobustXamlLoader.Load(this);
|
||||
}
|
||||
|
||||
public void AddChild(Control control)
|
||||
{
|
||||
Container.AddChild(control);
|
||||
}
|
||||
|
||||
public void ClearChilds()
|
||||
{
|
||||
Container.RemoveAllChildren();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user