Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Botany.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
[Access(typeof(SeedExtractorSystem))]
|
||||
public sealed class SeedExtractorComponent : Component
|
||||
public sealed partial class SeedExtractorComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The minimum amount of seed packets dropped with no machine upgrades.
|
||||
|
||||
Reference in New Issue
Block a user