Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ using Content.Server.Power.Pow3r;
|
||||
namespace Content.Server.Power.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public sealed class PowerSupplierComponent : BasePowerNetComponent
|
||||
public sealed partial class PowerSupplierComponent : BasePowerNetComponent
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite)]
|
||||
[DataField("supplyRate")]
|
||||
|
||||
Reference in New Issue
Block a user