Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Server.NPC.HTN.Preconditions;
|
||||
/// Condition that needs to be true for a particular primitive task or compound task branch.
|
||||
/// </summary>
|
||||
[ImplicitDataDefinitionForInheritors]
|
||||
public abstract class HTNPrecondition
|
||||
public abstract partial class HTNPrecondition
|
||||
{
|
||||
/// <summary>
|
||||
/// Handles one-time initialization of this precondition.
|
||||
|
||||
Reference in New Issue
Block a user