()
| 425 | } |
| 426 | |
| 427 | public goToInsideYourBox(): void{ |
| 428 | this.saveCurrentMapPlace(); |
| 429 | this.setPlace(new InsideYourBox(this)); |
| 430 | } |
| 431 | |
| 432 | public goToInventory(): void{ |
| 433 | this.saveCurrentMapPlace(); |
nothing calls this directly
no test coverage detected