Files
crystall-punk-14/Content.Client/Administration/UI/Tabs/RoundTab.xaml

14 lines
574 B
Plaintext
Raw Normal View History

2021-06-09 22:19:39 +02:00
<Control
xmlns="https://spacestation14.io"
xmlns:cc="clr-namespace:Content.Client.Administration.UI.CustomControls"
2021-06-09 22:19:39 +02:00
Margin="4"
MinSize="50 50">
<GridContainer
Columns="3">
<cc:CommandButton Command="startround" Text="{Loc Start Round}" />
<cc:CommandButton Command="endround" Text="{Loc End Round}" />
<cc:CommandButton Command="restartround" Text="{Loc Restart Round}" />
<cc:CommandButton Command="restartroundnow" Text="{Loc administration-ui-round-tab-restart-round-now}" />
2021-06-09 22:19:39 +02:00
</GridContainer>
</Control>