Files
OldThink/Content.Client/Research/UI/ResearchClientServerSelectionMenu.xaml

10 lines
330 B
Plaintext
Raw Normal View History

<DefaultWindow xmlns="https://spacestation14.io"
Title="{Loc 'research-client-server-selection-menu-title'}"
MinSize="300 300"
SetSize="300 300">
<ItemList Name="Servers"
SelectMode="Single">
<!-- Servers are added here by code -->
</ItemList>
</DefaultWindow>