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.Shared.PDA
|
||||
{
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class PdaComponent : Component
|
||||
public sealed partial class PdaComponent : Component
|
||||
{
|
||||
public const string PdaIdSlotId = "PDA-id";
|
||||
public const string PdaPenSlotId = "PDA-pen";
|
||||
|
||||
Reference in New Issue
Block a user