Delta-v/Content.Client/Weapons/Melee/UI/MeleeSpeechWindow.xaml

9 lines
415 B
XML

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