Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace Content.Shared.Anomaly.Effects.Components;
|
||||
|
||||
[RegisterComponent]
|
||||
public sealed class PyroclasticAnomalyComponent : Component
|
||||
public sealed partial class PyroclasticAnomalyComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The maximum distance from which you can be ignited by the anomaly.
|
||||
|
||||
Reference in New Issue
Block a user