()
| 430 | } |
| 431 | |
| 432 | public goToInventory(): void{ |
| 433 | this.saveCurrentMapPlace(); |
| 434 | this.setPlace(new Inventory(this)); |
| 435 | } |
| 436 | |
| 437 | public goToLighthouse(): void{ |
| 438 | this.setPlace(new Lighthouse(this)); |
nothing calls this directly
no test coverage detected