()
| 716 | } |
| 717 | |
| 718 | private displayPlace(): void{ |
| 719 | this.displayArea(this.place.getRenderArea(), this.place.getScrolling(), this.place.getGap(), this.place.getDefaultScroll()); |
| 720 | } |
| 721 | |
| 722 | private handleCandiesProduction(): void{ |
| 723 | this.candies.add(Saving.loadNumber("lollipopFarmCurrentCandiesProduction")); |
no test coverage detected