Files
tbd-station-14/Content.Server/Bed/Components/SnoringComponent.cs
2024-03-22 18:00:57 +11:00

11 lines
188 B
C#

namespace Content.Server.Bed.Sleep;
/// <summary>
/// This is used for the snoring trait.
/// </summary>
[RegisterComponent]
public sealed partial class SnoringComponent : Component
{
}