Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@ using Robust.Shared.Audio;
|
||||
namespace Content.Shared.Bed.Sleep;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class SleepEmitSoundComponent : Component
|
||||
public sealed partial class SleepEmitSoundComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Sound to play when sleeping
|
||||
|
||||
Reference in New Issue
Block a user