Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -9,7 +9,7 @@ namespace Content.Server.Solar.Components
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(PowerSolarSystem))]
|
||||
public sealed class SolarPanelComponent : Component
|
||||
public sealed partial class SolarPanelComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// Maximum supply output by this panel (coverage = 1)
|
||||
|
||||
Reference in New Issue
Block a user