Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Content.Server.NPC.HTN.PrimitiveTasks.Operators;
|
||||
/// <summary>
|
||||
/// Utilises a <see cref="UtilityQueryPrototype"/> to determine the best target and sets it to the Key.
|
||||
/// </summary>
|
||||
public sealed class UtilityOperator : HTNOperator
|
||||
public sealed partial class UtilityOperator : HTNOperator
|
||||
{
|
||||
[Dependency] private readonly IEntityManager _entManager = default!;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user