2021-02-17 09:39:31 -03:00
|
|
|
<SS14Window
|
2021-02-19 15:26:34 -03:00
|
|
|
xmlns="https://spacestation14.io"
|
|
|
|
|
xmlns:cc="clr-namespace:Content.Client.UserInterface.AdminMenu.CustomControls"
|
2021-02-21 12:38:56 +01:00
|
|
|
Title="{Loc Teleport}" MinSize="425 230">
|
|
|
|
|
<VBoxContainer>
|
2021-02-19 15:26:34 -03:00
|
|
|
<cc:PlayerListControl Name="PlayerList" />
|
2021-02-17 09:39:31 -03:00
|
|
|
<Button Name="SubmitButton" Text="{Loc Teleport}" />
|
|
|
|
|
</VBoxContainer>
|
|
|
|
|
</SS14Window>
|