6
StarHorizon_Public/Content.Client/Research/UI/ResearchClientServerSelectionMenu.xaml
2025-11-15 12:24:44 +03:00

10 lines
330 B
XML

<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>