Snore is a trait now (#26322)

This commit is contained in:
lzk
2024-03-22 08:00:57 +01:00
committed by GitHub
parent 4f816b4b2f
commit 3b3b874dd9
4 changed files with 24 additions and 1 deletions

View 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
{
}