- <DefaultWindow
- xmlns="https://spacestation14.io"
- xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
- Title="{Loc admin-ui-teleport}" MinSize="425 230">
- <BoxContainer Orientation="Vertical">
- <cc:PlayerListControl Name="PlayerList" />
- <Button Name="SubmitButton" Text="{Loc admin-ui-teleport}" />
- </BoxContainer>
- </DefaultWindow>
|