Files
crystall-punk-14/Content.Server/Bed/Components/SnoringComponent.cs

11 lines
188 B
C#
Raw Normal View History

2024-03-22 08:00:57 +01:00
namespace Content.Server.Bed.Sleep;
/// <summary>
/// This is used for the snoring trait.
/// </summary>
[RegisterComponent]
public sealed partial class SnoringComponent : Component
{
}