Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@ using Robust.Shared.Utility;
|
||||
namespace Content.Shared.Atmos.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class PipeAppearanceComponent : Component
|
||||
public sealed partial class PipeAppearanceComponent : Component
|
||||
{
|
||||
[DataField("sprite")]
|
||||
public SpriteSpecifier.Rsi Sprite = new(new("Structures/Piping/Atmospherics/pipe.rsi"), "pipeConnector");
|
||||
|
||||
Reference in New Issue
Block a user