Files
tbd-station-14/Content.Shared/Salvage/Magnet/DebrisOffering.cs
Nemanja b52686ea38 Add space debris to salvage magnet (#31113)
* add space debris to salvage magnet

* multiplication

* necessary mercy for NPCs

* back and forth on mercy
2024-08-24 12:09:36 +10:00

10 lines
198 B
C#

namespace Content.Shared.Salvage.Magnet;
/// <summary>
/// Space debis offered for the magnet.
/// </summary>
public record struct DebrisOffering : ISalvageMagnetOffering
{
public string Id;
}