The jam is running. Build something, or play the entries.
namespace PlanetMeat; [Title( "Duration Upgrade" )] public sealed class DurationUpgrade : PercentageAggregateUpgrade<IUpgradeableDuration> { protected override ValueAggregator<float> FindAggregate => TargetComponent?.AggregateDurationMult; }