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

[Title( "Meat Upgrade - Protection" )]
public sealed class MeatProtectUpgrade : PercentageMeatUpgrade
{
	protected override ValueAggregator<float> Agg => MeatImprover.AggregateProtection;
}