namespace PlanetMeat;
[Title( "Economy Upgrade - Interest Rate" )]
public sealed class InterestRateUpgrade : PercentageAggregateUpgrade<AccountIncome>
{
protected override ValueAggregator<float> FindAggregate => TargetComponent?.AggregateRate;
}