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, Access(typeof(ShuttleSystem))]
|
||||
public sealed class IFFConsoleComponent : Component
|
||||
public sealed partial class IFFConsoleComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Flags that this console is allowed to set.
|
||||
|
||||
Reference in New Issue
Block a user