Files

12 lines
587 B
Plaintext
Raw Permalink Normal View History

2024-02-16 13:22:43 +03:00
<humanoidProfileEditorExt:GenitalBoxView
xmlns="https://spacestation14.io"
xmlns:humanoidProfileEditorExt="clr-namespace:Content.Client._Amour.HumanoidProfileEditorExt">
<BoxContainer Orientation="Vertical">
2024-02-18 13:23:05 +03:00
<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"/>
2024-02-17 19:03:07 +03:00
</BoxContainer>
2024-02-16 13:22:43 +03:00
<BoxContainer Name="Container" Orientation="Vertical"></BoxContainer>
</BoxContainer>
</humanoidProfileEditorExt:GenitalBoxView>