Files
crystall-punk-14/Content.Client/UserInterface/AdminMenu/Tabs/RoundTab.xaml

13 lines
470 B
Plaintext
Raw Normal View History

2021-02-21 12:38:56 +01:00
<Control
xmlns="https://spacestation14.io"
xmlns:amc="clr-namespace:Content.Client.UserInterface.AdminMenu.CustomControls"
2021-02-21 12:38:56 +01:00
Margin="4"
MinSize="50 50">
<GridContainer
Columns="4">
<amc:CommandButton Command="startround" Text="{Loc Start Round}" />
<amc:CommandButton Command="endround" Text="{Loc End Round}" />
<amc:CommandButton Command="restartround" Text="{Loc Restart Round}" />
</GridContainer>
2021-02-21 12:38:56 +01:00
</Control>