()
| 470 | } |
| 471 | |
| 472 | public goToTheComputer(): void{ |
| 473 | this.saveCurrentMapPlace(); |
| 474 | this.setPlace(new TheComputer(this)); |
| 475 | } |
| 476 | |
| 477 | public goToVillage(): void{ |
| 478 | this.setPlace(new Village(this)); |
nothing calls this directly
no test coverage detected