Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Utility;
|
||||
namespace Content.Shared.Tools.Components
|
||||
{
|
||||
[RegisterComponent, NetworkedComponent] // TODO move tool system to shared, and make it a friend.
|
||||
public sealed class ToolComponent : Component
|
||||
public sealed partial class ToolComponent : Component
|
||||
{
|
||||
[DataField("qualities")]
|
||||
public PrototypeFlags<ToolQualityPrototype> Qualities { get; set; } = new();
|
||||
|
||||
Reference in New Issue
Block a user