Files
crystall-punk-14/Content.Client/Paper/UI/PaperWindow.xaml

10 lines
302 B
Plaintext
Raw Normal View History

<SS14Window xmlns="https://spacestation14.io"
MinSize="300 300"
SetSize="300 300">
<BoxContainer Orientation="Vertical">
<RichTextLabel Name="Label" />
<LineEdit Name="InputProtected"
Visible="False" />
</BoxContainer>
</SS14Window>