Files
OldThink/Content.Client/UserInterface/Systems/Emotions/Windows/EmotionsWindow.xaml
2024-01-11 08:36:08 +03:00

13 lines
399 B
XML

<windows:EmotionsWindow
xmlns="https://spacestation14.io"
xmlns:windows="clr-namespace:Content.Client.UserInterface.Systems.Emotions.Windows"
Title="Меню эмоций"
VerticalExpand="True"
HorizontalExpand="True"
MinHeight="250"
MinWidth="300">
<GridContainer Name="EmotionsContainer" Access="Public" Columns="3">
</GridContainer>
</windows:EmotionsWindow>