14 lines
361 B
C#
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);
|
|
}
|
|
}
|