Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -2,7 +2,7 @@ using Content.Shared.NPC;
|
||||
|
||||
namespace Content.Client.NPC;
|
||||
|
||||
public abstract class NPCComponent : SharedNPCComponent
|
||||
public abstract partial class NPCComponent : SharedNPCComponent
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user