Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,6 +4,6 @@ namespace Content.Server.Cloning.Components;
|
||||
/// Shrimply a tracking component for pods that are cloning.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ActiveCloningPodComponent : Component
|
||||
public sealed partial class ActiveCloningPodComponent : Component
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user