Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Light.Components
|
||||
/// Component that represents an emergency light, it has an internal battery that charges when the power is on.
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(EmergencyLightSystem))]
|
||||
public sealed class EmergencyLightComponent : SharedEmergencyLightComponent
|
||||
public sealed partial class EmergencyLightComponent : SharedEmergencyLightComponent
|
||||
{
|
||||
[ViewVariables]
|
||||
public EmergencyLightState State;
|
||||
|
||||
Reference in New Issue
Block a user