Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Server.NPC.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class NPCPathfindPointComponent : Component
|
||||
public sealed partial class NPCPathfindPointComponent : Component
|
||||
{
|
||||
// /// <summary>
|
||||
// /// Next point for the NPC to head to.
|
||||
|
||||
Reference in New Issue
Block a user