TeleportWindow.xaml 388 B

123456789
  1. <DefaultWindow
  2. xmlns="https://spacestation14.io"
  3. xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
  4. Title="{Loc admin-ui-teleport}" MinSize="425 230">
  5. <BoxContainer Orientation="Vertical">
  6. <cc:PlayerListControl Name="PlayerList" />
  7. <Button Name="SubmitButton" Text="{Loc admin-ui-teleport}" />
  8. </BoxContainer>
  9. </DefaultWindow>