Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ using Content.Shared.Shuttles.Components;
|
||||
namespace Content.Server.Shuttles.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class ShuttleConsoleComponent : SharedShuttleConsoleComponent
|
||||
public sealed partial class ShuttleConsoleComponent : SharedShuttleConsoleComponent
|
||||
{
|
||||
[ViewVariables]
|
||||
public readonly List<EntityUid> SubscribedPilots = new();
|
||||
|
||||
Reference in New Issue
Block a user