Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.Chemistry.Components;
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(SolutionPurgeSystem))]
|
||||
public sealed class SolutionPurgeComponent : Component
|
||||
public sealed partial class SolutionPurgeComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The name of the solution to detract from.
|
||||
|
||||
Reference in New Issue
Block a user