()
| 50 | } |
| 51 | |
| 52 | private openBox(): void{ |
| 53 | Saving.saveBool("lonelyHouseOpenBoxDone", true); |
| 54 | this.update(); |
| 55 | this.getGame().updatePlace(); |
| 56 | } |
| 57 | |
| 58 | private shakeBox(): void{ |
| 59 | Saving.saveBool("lonelyHouseShakeBoxDone", true); |
nothing calls this directly
no test coverage detected