Snore is a trait now (#26322)
This commit is contained in:
10
Content.Server/Bed/Components/SnoringComponent.cs
Normal file
10
Content.Server/Bed/Components/SnoringComponent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Content.Server.Bed.Sleep;
|
||||
|
||||
/// <summary>
|
||||
/// This is used for the snoring trait.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed partial class SnoringComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user