Files

11 lines
436 B
Plaintext
Raw Permalink Normal View History

2022-01-03 00:54:44 +00:00
<BoxContainer
xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
2022-01-03 00:54:44 +00:00
Orientation="Vertical"
HorizontalExpand="True">
2022-01-03 00:54:44 +00:00
<OutputPanel Name="TextOutput" VerticalExpand="true" />
<RichTextLabel Name="TypingIndicator" Access="Public" />
2022-01-03 00:54:44 +00:00
<HistoryLineEdit Name="SenderLineEdit" />
<RichTextLabel Name="RelayedToDiscordLabel" Access="Public" Visible="False" />
2022-01-03 00:54:44 +00:00
</BoxContainer>