Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Xenoarchaeology.Equipment.Components;
|
||||
/// being scanned by <see cref="ActiveArtifactAnalyzerComponent"/>
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ActiveScannedArtifactComponent : Component
|
||||
public sealed partial class ActiveScannedArtifactComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The scanner that is scanning this artifact
|
||||
|
||||
Reference in New Issue
Block a user