forked from wylab/wylab-station-14
12 lines
544 B
XML
12 lines
544 B
XML
<DefaultWindow xmlns="https://spacestation14.io"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
Title="You feel like you are going to have a bad time"
|
|
MinWidth="500">
|
|
<BoxContainer Orientation="Vertical">
|
|
<Label Text="Begin surgery on yourself to heal all injuries?" HorizontalExpand="True" />
|
|
<BoxContainer Orientation="Horizontal">
|
|
<Button Name="AcceptButton" Access="Public" Text="Accept" />
|
|
</BoxContainer>
|
|
</BoxContainer>
|
|
</DefaultWindow>
|