Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
/// Triggers when a nearby entity dies
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class ArtifactDeathTriggerComponent : Component
|
||||
public sealed partial class ArtifactDeathTriggerComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// How close to the death the artifact has to be for it to trigger.
|
||||
|
||||
Reference in New Issue
Block a user