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