Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@ using Robust.Shared.Audio;
|
||||
namespace Content.Server.Interaction.Components;
|
||||
|
||||
[RegisterComponent, Access(typeof(InteractionPopupSystem))]
|
||||
public sealed class InteractionPopupComponent : Component
|
||||
public sealed partial class InteractionPopupComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Time delay between interactions to avoid spam.
|
||||
|
||||
Reference in New Issue
Block a user