Files

14 lines
361 B
C#
Raw Permalink Normal View History

2023-04-28 05:08:05 +06:00
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);
}
}