Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Content.Client.Atmos.Visualizers;
|
||||
/// the ready / full pair controls the color of the light.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class PortableScrubberVisualsComponent : Component
|
||||
public sealed partial class PortableScrubberVisualsComponent : Component
|
||||
{
|
||||
[DataField("idleState", required: true)]
|
||||
public string IdleState = default!;
|
||||
|
||||
Reference in New Issue
Block a user