Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Content.Shared.Mech.Components;
|
||||
/// powered via an internal battery.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent]
|
||||
public sealed class MechComponent : Component
|
||||
public sealed partial class MechComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// How much "health" the mech has left.
|
||||
|
||||
Reference in New Issue
Block a user