Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ using Robust.Shared.Map.Components;
|
||||
namespace Content.Server.Electrocution
|
||||
{
|
||||
[DataDefinition]
|
||||
public sealed class ElectrocutionNode : Node
|
||||
public sealed partial class ElectrocutionNode : Node
|
||||
{
|
||||
[DataField("cable")]
|
||||
public EntityUid CableEntity;
|
||||
|
||||
Reference in New Issue
Block a user