Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Content.Server.Light.Components
|
||||
/// Component that represents a wall light. It has a light bulb that can be replaced when broken.
|
||||
/// </summary>
|
||||
[RegisterComponent, Access(typeof(PoweredLightSystem))]
|
||||
public sealed class PoweredLightComponent : Component
|
||||
public sealed partial class PoweredLightComponent : Component
|
||||
{
|
||||
[DataField("burnHandSound")]
|
||||
public SoundSpecifier BurnHandSound = new SoundPathSpecifier("/Audio/Effects/lightburn.ogg");
|
||||
|
||||
Reference in New Issue
Block a user