()
| 116 | } |
| 117 | |
| 118 | private changeLollipopsInput(): void{ |
| 119 | if($(".cauldronLollipopsInput").length) // If the element exists |
| 120 | this.lollipopsInput = $(".cauldronLollipopsInput").val(); |
| 121 | } |
| 122 | |
| 123 | private drawActions(x: number, y: number, firstTimeWeUpdate: boolean, keepInputContent: boolean): void{ |
| 124 | // Variables |