Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace Content.Server.Mech.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class MechAirComponent : Component
|
||||
public sealed partial class MechAirComponent : Component
|
||||
{
|
||||
//TODO: this doesn't support a tank implant for mechs or anything like that
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace Content.Server.Mech.Components;
|
||||
/// done via <see cref="ItemMapperComponent"/>
|
||||
/// </remarks>
|
||||
[RegisterComponent]
|
||||
public sealed class MechAssemblyComponent : Component
|
||||
public sealed partial class MechAssemblyComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The parts needed to be placed within the assembly,
|
||||
|
||||
Reference in New Issue
Block a user