fish-station/Content.Server/_Sunrise/NoEmotions/NoEmotionsComponent.cs

10 lines
204 B
C#

namespace Content.Server._Sunrise.NoEmotions;
/// <summary>
/// This is used for the NoEmotions trait.
/// </summary>
[RegisterComponent]
public sealed partial class NoEmotionsComponent : Component
{
}