Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server.Gatherable.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Access(typeof(GatherableSystem))]
|
||||
public sealed class GatherableComponent : Component
|
||||
public sealed partial class GatherableComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Whitelist for specifying the kind of tools can be used on a resource
|
||||
|
||||
Reference in New Issue
Block a user