Files
tbd-station-14/Content.Client/Research/UI/ResearchClientServerSelectionMenu.xaml
Visne 4f125f9c4a ResearchConsoleMenu to XAML UI (#4640)
* Create/rename files

* ResearchClientServerSelectionMenu to XAML

* ResearchConsoleMenu to XAML

* Localization
2021-09-19 10:23:32 -07:00

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>