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.Power.Nodes
|
||||
{
|
||||
[DataDefinition]
|
||||
public sealed class CableTerminalNode : CableDeviceNode
|
||||
public sealed partial class CableTerminalNode : CableDeviceNode
|
||||
{
|
||||
public override IEnumerable<Node> GetReachableNodes(TransformComponent xform,
|
||||
EntityQuery<NodeContainerComponent> nodeQuery,
|
||||
|
||||
Reference in New Issue
Block a user