Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.NPC.Components;
|
||||
/// Added to an NPC doing ranged combat.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class NPCRangedCombatComponent : Component
|
||||
public sealed partial class NPCRangedCombatComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public EntityUid Target;
|
||||
|
||||
Reference in New Issue
Block a user