Spending/Upgrades/Duration/DurationUpgrade.cs
namespace PlanetMeat;

[Title( "Duration Upgrade" )]
public sealed class DurationUpgrade : PercentageAggregateUpgrade<IUpgradeableDuration>
{
	protected override ValueAggregator<float> FindAggregate => TargetComponent?.AggregateDurationMult;
}