10 lines
349 B
XML
10 lines
349 B
XML
<SS14Window
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:cc="clr-namespace:Content.Client.UserInterface.AdminMenu.CustomControls"
|
|
Title="{Loc Teleport}" MinSize="425 230">
|
|
<VBoxContainer>
|
|
<cc:PlayerListControl Name="PlayerList" />
|
|
<Button Name="SubmitButton" Text="{Loc Teleport}" />
|
|
</VBoxContainer>
|
|
</SS14Window>
|