Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ using Content.Server.NPC.Components;
|
||||
namespace Content.Server.NPC.HTN;
|
||||
|
||||
[RegisterComponent, ComponentReference(typeof(NPCComponent))]
|
||||
public sealed class HTNComponent : NPCComponent
|
||||
public sealed partial class HTNComponent : NPCComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// The base task to use for planning
|
||||
|
||||
Reference in New Issue
Block a user