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

14 lines
361 B
C#

using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.CustomControls;
using Robust.Client.UserInterface.XAML;
namespace Content.Client.UserInterface.Systems.Emotions.Windows;
[GenerateTypedNameReferences]
public sealed partial class EmotionsWindow : DefaultWindow
{
public EmotionsWindow()
{
RobustXamlLoader.Load(this);
}
}