namespace Content.Server.Salvage.Magnet;
[RegisterComponent]
public sealed partial class SalvageMagnetComponent : Component
{
///
/// The max distance at which the magnet will pull in wrecks.
/// Scales from 50% to 100%.
///
[DataField]
public float MagnetSpawnDistance = 64f;
///
/// How far offset to either side will the magnet wreck spawn.
///
[DataField]
public float LateralOffset = 16f;
}