2023-08-09 20:20:37 +03:00
|
|
|
<BoxContainer xmlns="https://spacestation14.io"
|
2023-10-20 20:55:50 +09:00
|
|
|
Orientation="Vertical" HorizontalExpand="True">
|
2025-03-17 23:39:05 +03:00
|
|
|
<Label Text="Правила сервера PARSEC: AMOUR"
|
2023-10-20 20:55:50 +09:00
|
|
|
StyleClasses="LabelHeading"
|
|
|
|
|
HorizontalExpand="True"
|
|
|
|
|
HorizontalAlignment="Center"/>
|
|
|
|
|
<Button Name="RulesButton"
|
|
|
|
|
StyleClasses="ButtonColorRed"
|
|
|
|
|
MinHeight="40"
|
|
|
|
|
Text="Открыть правила"
|
|
|
|
|
Access="Public"/>
|
2023-08-09 20:20:37 +03:00
|
|
|
</BoxContainer>
|