2024-06-13 22:15:29 -04:00
|
|
|
using Robust.Shared.GameStates;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Bed.Sleep;
|
2024-03-22 08:00:57 +01:00
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// This is used for the snoring trait.
|
|
|
|
|
/// </summary>
|
2024-06-13 22:15:29 -04:00
|
|
|
[RegisterComponent, NetworkedComponent]
|
2024-03-22 08:00:57 +01:00
|
|
|
public sealed partial class SnoringComponent : Component
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|