mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-21 07:28:31 +03:00
13 lines
396 B
XML
13 lines
396 B
XML
<windows:WhiteEmotesMenu
|
|
xmlns="https://spacestation14.io"
|
|
xmlns:windows="clr-namespace:Content.Client._White.UserInterface.Emotes"
|
|
Title="{Loc 'emotions-menu-title'}"
|
|
VerticalExpand="True"
|
|
HorizontalExpand="True"
|
|
MinHeight="250"
|
|
MinWidth="300">
|
|
<GridContainer Name="EmotionsContainer" Access="Public" Columns="3">
|
|
|
|
</GridContainer>
|
|
</windows:WhiteEmotesMenu>
|