Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/// Artifact that ignites surrounding entities when triggered.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class IgniteArtifactComponent : Component
|
||||
public sealed partial class IgniteArtifactComponent : Component
|
||||
{
|
||||
[DataField("range")]
|
||||
public float Range = 2f;
|
||||
|
||||
Reference in New Issue
Block a user