Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ using Robust.Shared.Serialization;
|
||||
namespace Content.Shared.Crayon
|
||||
{
|
||||
[NetworkedComponent, ComponentProtoName("Crayon"), Access(typeof(SharedCrayonSystem))]
|
||||
public abstract class SharedCrayonComponent : Component
|
||||
public abstract partial class SharedCrayonComponent : Component
|
||||
{
|
||||
public string SelectedState { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user