2022-01-21 01:38:35 -08:00
|
|
|
<DefaultWindow
|
2021-02-19 15:26:34 -03:00
|
|
|
xmlns="https://spacestation14.io"
|
2021-06-10 23:09:07 +02:00
|
|
|
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
|
2024-06-22 17:05:33 +04:00
|
|
|
Title="{Loc admin-ui-teleport}" MinSize="425 230">
|
2021-07-18 18:39:31 +02:00
|
|
|
<BoxContainer Orientation="Vertical">
|
2021-06-10 23:09:07 +02:00
|
|
|
<cc:PlayerListControl Name="PlayerList" />
|
2024-06-22 17:05:33 +04:00
|
|
|
<Button Name="SubmitButton" Text="{Loc admin-ui-teleport}" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|