Show cookies from clicking in stats #698

This commit is contained in:
Daniël van Noord
2021-04-03 16:00:00 +02:00
parent bfc54bf9de
commit e1c6f60726
11 changed files with 49 additions and 9 deletions

View File

@@ -39,6 +39,7 @@ export let CacheCurrWrinklerCount = 0;
export let CacheUpgrades = {};
export let CacheAverageClicks = {};
export let CacheAverageCookiesFromClicks;
export let CacheMissingUpgrades = {};
export let CacheMissingUpgradesPrestige = {};