Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Content.Shared.Tiles
|
||||
/// A lot of materials use this too. Note that the AfterInteract will fail without a stack component on the item.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class FloorTileComponent : Component
|
||||
public sealed partial class FloorTileComponent : Component
|
||||
{
|
||||
[DataField("outputs", customTypeSerializer: typeof(PrototypeIdListSerializer<ContentTileDefinition>))]
|
||||
public List<string>? OutputTiles;
|
||||
|
||||
Reference in New Issue
Block a user