Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace Content.Server.NPC.HTN.Preconditions;
|
||||
|
||||
public sealed class KeyExistsPrecondition : HTNPrecondition
|
||||
public sealed partial class KeyExistsPrecondition : HTNPrecondition
|
||||
{
|
||||
[DataField("key", required: true)] public string Key = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user