Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ using JetBrains.Annotations;
|
||||
namespace Content.Shared.Construction.Steps;
|
||||
|
||||
[DataDefinition]
|
||||
public sealed class PartAssemblyConstructionGraphStep : ConstructionGraphStep
|
||||
public sealed partial class PartAssemblyConstructionGraphStep : ConstructionGraphStep
|
||||
{
|
||||
/// <summary>
|
||||
/// A valid ID on <see cref="PartAssemblyComponent"/>'s dictionary of strings to part lists.
|
||||
|
||||
Reference in New Issue
Block a user