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.Shared.Construction.Steps
|
||||
{
|
||||
[DataDefinition]
|
||||
public sealed class TemperatureConstructionGraphStep : ConstructionGraphStep
|
||||
public sealed partial class TemperatureConstructionGraphStep : ConstructionGraphStep
|
||||
{
|
||||
[DataField("minTemperature")]
|
||||
public float? MinTemperature;
|
||||
|
||||
Reference in New Issue
Block a user