namespace Content.Shared.Salvage.Expeditions.Modifiers; public interface ISalvageMod { /// /// Player-friendly version describing this modifier. /// string Description { get; } float Cost { get; } }