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"
|
2021-02-21 12:38:56 +01:00
|
|
|
Title="{Loc 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" />
|
2021-02-17 09:39:31 -03:00
|
|
|
<Button Name="SubmitButton" Text="{Loc Teleport}" />
|
2021-07-18 18:39:31 +02:00
|
|
|
</BoxContainer>
|
2022-01-21 01:38:35 -08:00
|
|
|
</DefaultWindow>
|