Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -18,7 +18,7 @@ namespace Content.Server.Mech.Components;
|
||||
/// done via <see cref="ItemMapperComponent"/>
|
||||
/// </remarks>
|
||||
[RegisterComponent]
|
||||
public sealed class MechAssemblyComponent : Component
|
||||
public sealed partial class MechAssemblyComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The parts needed to be placed within the assembly,
|
||||
|
||||
Reference in New Issue
Block a user