Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Shared.Radio.Components;
|
||||
/// Handles intercom ui and is authoritative on the channels an intercom can access.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class IntercomComponent : Component
|
||||
public sealed partial class IntercomComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Does this intercom require popwer to function
|
||||
|
||||
Reference in New Issue
Block a user