Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototy
|
||||
namespace Content.Server.Medical.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class MedicalScannerComponent : SharedMedicalScannerComponent
|
||||
public sealed partial class MedicalScannerComponent : SharedMedicalScannerComponent
|
||||
{
|
||||
public const string ScannerPort = "MedicalScannerReceiver";
|
||||
public ContainerSlot BodyContainer = default!;
|
||||
|
||||
Reference in New Issue
Block a user