namespace Content.Server.Xenoarchaeology.XenoArtifacts.Effects.Components; /// /// This is used for using the "knock" spell when the artifact is activated /// [RegisterComponent] public sealed partial class KnockArtifactComponent : Component { /// /// The range of the spell /// [DataField("knockRange")] public float KnockRange = 4f; }