()
| 281 | } |
| 282 | |
| 283 | private isLollipopFarmProductionEachSecond(): boolean{ |
| 284 | if(Saving.loadNumber("lollipopFarmLollipopsPlanted") > 20){ |
| 285 | return true; |
| 286 | } |
| 287 | |
| 288 | return false; |
| 289 | } |
| 290 | |
| 291 | public load(): void{ |
| 292 | // Resources |
no outgoing calls
no test coverage detected