Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.ViewVariables;
|
||||
namespace Content.Client.Crayon
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class CrayonComponent : SharedCrayonComponent
|
||||
public sealed partial class CrayonComponent : SharedCrayonComponent
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)] public bool UIUpdateNeeded;
|
||||
[ViewVariables] public int Charges { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user