12 lines
587 B
XML
12 lines
587 B
XML
<humanoidProfileEditorExt:GenitalBoxView
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:humanoidProfileEditorExt="clr-namespace:Content.Client._Amour.HumanoidProfileEditorExt">
|
|
<BoxContainer Orientation="Vertical">
|
|
<BoxContainer Margin="15 60 15 3">
|
|
<Label Text="{Loc 'genitals-group'}" Margin="15 0 15 0"/>
|
|
<CheckBox Text="{Loc 'genitals-exide'}" Name="Exide" Margin="15 0 15 0"/>
|
|
</BoxContainer>
|
|
<BoxContainer Name="Container" Orientation="Vertical"></BoxContainer>
|
|
</BoxContainer>
|
|
</humanoidProfileEditorExt:GenitalBoxView>
|