Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ using Content.Shared.Wires;
|
||||
|
||||
namespace Content.Server.Doors;
|
||||
|
||||
public sealed class DoorBoltWireAction : ComponentWireAction<DoorBoltComponent>
|
||||
public sealed partial class DoorBoltWireAction : ComponentWireAction<DoorBoltComponent>
|
||||
{
|
||||
public override Color Color { get; set; } = Color.Red;
|
||||
public override string Name { get; set; } = "wire-name-door-bolt";
|
||||
|
||||
Reference in New Issue
Block a user