()
| 793 | } |
| 794 | |
| 795 | private oneSecondMethod(): void{ |
| 796 | // Our methods |
| 797 | this.player.magicHealthRegain(); |
| 798 | this.handleCandiesProduction(); |
| 799 | this.handleLollipopProduction(); |
| 800 | this.handlePondConversion(); |
| 801 | this.localAutosave(); |
| 802 | |
| 803 | // Special place callbacks |
| 804 | this.oneSecondCallbackCollection.fire(); |
| 805 | } |
| 806 | |
| 807 | private resetHotkeys(): void{ |
| 808 | this.hotkeys = {}; |
nothing calls this directly
no test coverage detected