Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -2,7 +2,7 @@ using Content.Shared.NPC;
|
||||
|
||||
namespace Content.Server.NPC.Components
|
||||
{
|
||||
public abstract class NPCComponent : SharedNPCComponent
|
||||
public abstract partial class NPCComponent : SharedNPCComponent
|
||||
{
|
||||
/// <summary>
|
||||
/// Contains all of the world data for a particular NPC in terms of how it sees the world.
|
||||
|
||||
Reference in New Issue
Block a user