* Create/rename files * ResearchClientServerSelectionMenu to XAML * ResearchConsoleMenu to XAML * Localization
10 lines
324 B
XML
10 lines
324 B
XML
<SS14Window 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>
|
|
</SS14Window>
|