Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Server.Pinpointer;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class StationMapComponent : Component
|
||||
public sealed partial class StationMapComponent : Component
|
||||
{
|
||||
|
||||
}
|
||||
@@ -10,7 +10,7 @@ public sealed class StationMapComponent : Component
|
||||
/// Added to an entity using station map so when its parent changes we reset it.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class StationMapUserComponent : Component
|
||||
public sealed partial class StationMapUserComponent : Component
|
||||
{
|
||||
[DataField("mapUid")]
|
||||
public EntityUid Map;
|
||||
|
||||
Reference in New Issue
Block a user