()
| 19 | |
| 20 | // Private methods |
| 21 | private getPogoStick(): void{ |
| 22 | // Get the pogo stick |
| 23 | this.getGame().gainItem("gridItemPossessedPogoStick"); |
| 24 | |
| 25 | // Update |
| 26 | this.update(); |
| 27 | this.getGame().updatePlace(); |
| 28 | } |
| 29 | |
| 30 | private update(): void{ |
| 31 | // Erase everything |
nothing calls this directly
no test coverage detected