Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@ using Content.Server.Atmos.EntitySystems;
|
||||
namespace Content.Server.Atmos.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class AtmosPlaqueComponent : Component
|
||||
public sealed partial class AtmosPlaqueComponent : Component
|
||||
{
|
||||
[DataField("plaqueType")] public PlaqueType Type = PlaqueType.Unset;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user