Files
tbd-station-14/Content.Client/Weapons/Melee/UI/MeleeSpeechWindow.xaml
2023-08-26 17:26:28 -04:00

9 lines
419 B
XML

<DefaultWindow xmlns="https://spacestation14.io"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="{Loc melee-speech-menu-title}">
<BoxContainer Orientation="Vertical" SeparationOverride="4" MinWidth="150" >
<Label Name="CurrentBattlecry" Text="{Loc 'melee-speech-current-battlecry'}" />
<LineEdit Name="BattlecryLineEdit" />
</BoxContainer>
</DefaultWindow>