Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/// This is used for visualizing mech constructions
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class MechAssemblyVisualsComponent : Component
|
||||
public sealed partial class MechAssemblyVisualsComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The prefix that is followed by the number which
|
||||
|
||||
@@ -5,7 +5,7 @@ using Robust.Client.UserInterface;
|
||||
|
||||
namespace Content.Client.Mech.Ui.Equipment;
|
||||
|
||||
public sealed class MechGrabberUi : UIFragment
|
||||
public sealed partial class MechGrabberUi : UIFragment
|
||||
{
|
||||
private MechGrabberUiFragment? _fragment;
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ using Robust.Client.UserInterface;
|
||||
|
||||
namespace Content.Client.Mech.Ui.Equipment;
|
||||
|
||||
public sealed class MechSoundboardUi : UIFragment
|
||||
public sealed partial class MechSoundboardUi : UIFragment
|
||||
{
|
||||
private MechSoundboardUiFragment? _fragment;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user