Refactor serialization copying to use source generators (#19412)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Components;
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
[Access(typeof(EmpArtifactSystem))]
|
||||
public sealed class EmpArtifactComponent : Component
|
||||
public sealed partial class EmpArtifactComponent : Component
|
||||
{
|
||||
[DataField("range"), ViewVariables(VVAccess.ReadWrite)]
|
||||
public float Range = 4f;
|
||||
|
||||
Reference in New Issue
Block a user