()
| 452 | } |
| 453 | |
| 454 | public goToSave(): void{ |
| 455 | this.saveCurrentMapPlace(); |
| 456 | this.setPlace(new Save(this)); |
| 457 | } |
| 458 | |
| 459 | public goToSorceressHut(): void{ |
| 460 | this.setPlace(new SorceressHut(this)); |
nothing calls this directly
no test coverage detected