Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Shared.Doors.Components;
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[Access(typeof(SharedDoorBoltSystem))]
|
||||
public sealed class DoorBoltComponent : Component
|
||||
public sealed partial class DoorBoltComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Sound to play when the bolts on the airlock go up.
|
||||
|
||||
Reference in New Issue
Block a user