Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ using Robust.Shared.Prototypes;
|
||||
|
||||
namespace Content.Server.Chemistry.ReagentEffects;
|
||||
|
||||
public sealed class CreateGas : ReagentEffect
|
||||
public sealed partial class CreateGas : ReagentEffect
|
||||
{
|
||||
[DataField("gas", required: true)]
|
||||
public Gas Gas = default!;
|
||||
|
||||
Reference in New Issue
Block a user