6
2026-01-24 12:49:55 +03:00

13 lines
241 B
C#

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