Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -9,7 +9,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
|
||||
namespace Content.Server.Cloning.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class CloningPodComponent : Component
|
||||
public sealed partial class CloningPodComponent : Component
|
||||
{
|
||||
public const string PodPort = "CloningPodReceiver";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user