Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Client.Botany.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class PotencyVisualsComponent : Component
|
||||
public sealed partial class PotencyVisualsComponent : Component
|
||||
{
|
||||
[DataField("minimumScale")]
|
||||
public float MinimumScale = 1f;
|
||||
|
||||
Reference in New Issue
Block a user