Files
tbd-station-14/Content.Client/Lobby/UI/Roles/TraitPreferenceSelector.xaml
2024-06-03 14:47:06 -04:00

8 lines
286 B
XML

<Control xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<BoxContainer Name="Container"
Orientation="Horizontal">
<CheckBox Name="Checkbox" Access="Public"/>
</BoxContainer>
</Control>