Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ using Robust.Shared.Prototypes;
|
||||
namespace Content.Client.Interactable.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class InteractionOutlineComponent : Component
|
||||
public sealed partial class InteractionOutlineComponent : Component
|
||||
{
|
||||
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
|
||||
[Dependency] private readonly IEntityManager _entMan = default!;
|
||||
|
||||
Reference in New Issue
Block a user