Spending/Upgrades/Meat/MeatIncomeUpgrade.cs
namespace PlanetMeat;

[Title( "Meat Upgrade - Income" )]
public sealed class MeatIncomeUpgrade : IntMeatUpgrade
{
	protected override ValueAggregator<int> Agg => MeatImprover.AggregateIncome;
}