GhostRoleButtonsBox.xaml 317 B

123456789
  1. <BoxContainer xmlns="https://spacestation14.io"
  2. Orientation="Vertical"
  3. Margin="8 0 8 0">
  4. <BoxContainer Name="Buttons"
  5. Orientation="Vertical"
  6. SeparationOverride="5">
  7. <!-- Buttons are added here by code -->
  8. </BoxContainer>
  9. </BoxContainer>