Colour column of green option #773

This commit is contained in:
Daniël van Noord
2021-05-06 21:02:26 +02:00
parent 5a045e7ac4
commit 210f4d4aee
5 changed files with 23 additions and 7 deletions

View File

@@ -69,6 +69,8 @@ export let CacheTimeTillNextPrestige = 0;
/** Stores lowest PP value */
export let CacheMinPP = 0;
/** Stores lowest PP value category */
export let CacheMinPPBulk = 0;
/** Stores all PP values of all buildings for all buy settings (1, 10, 100) */
export let CachePPArray = [];