The jam is running. Build something, or play the entries.
namespace PlanetMeat; [Title( "Economy Upgrade - Interest Cap" )] public sealed class InterestCapUpgrade : DoubleAggregateUpgrade<AccountIncome> { protected override ValueAggregator<double> FindAggregate => TargetComponent?.AggregateCap; }