Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Content.Shared.Placeable
|
||||
{
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[Access(typeof(PlaceableSurfaceSystem))]
|
||||
public sealed class PlaceableSurfaceComponent : Component
|
||||
public sealed partial class PlaceableSurfaceComponent : Component
|
||||
{
|
||||
[DataField("isPlaceable")]
|
||||
public bool IsPlaceable { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user