Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace Content.Shared.Interaction.Components;
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
[Access(typeof(SharedInteractionSystem))]
|
||||
public sealed class InteractionRelayComponent : Component
|
||||
public sealed partial class InteractionRelayComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The entity the interactions are being relayed to.
|
||||
|
||||
Reference in New Issue
Block a user