()
| 26 | |
| 27 | // Private methods |
| 28 | private askTheBoxToOpenItself(): void{ |
| 29 | Saving.saveBool("lonelyHouseAskTheBoxToOpenItselfDone", true); |
| 30 | this.update(); |
| 31 | this.getGame().updatePlace(); |
| 32 | } |
| 33 | |
| 34 | private breakLock(): void{ |
| 35 | Saving.saveBool("lonelyHouseBreakLockDone", true); |
nothing calls this directly
no test coverage detected