Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Content.Client.Light.Components;
|
||||
/// Fades out the <see cref="SharedPointLightComponent"/> attached to this entity.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class LightFadeComponent : Component
|
||||
public sealed partial class LightFadeComponent : Component
|
||||
{
|
||||
[ViewVariables(VVAccess.ReadWrite), DataField("duration")]
|
||||
public float Duration = 0.5f;
|
||||
|
||||
Reference in New Issue
Block a user