Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
|
||||
namespace Content.Server.Chemistry.ReactionEffects;
|
||||
|
||||
[DataDefinition]
|
||||
public sealed class CreateEntityReactionEffect : ReagentEffect
|
||||
public sealed partial class CreateEntityReactionEffect : ReagentEffect
|
||||
{
|
||||
/// <summary>
|
||||
/// What entity to create.
|
||||
|
||||
Reference in New Issue
Block a user