()
| 461 | } |
| 462 | |
| 463 | public goToTheArena(): void{ |
| 464 | this.saveCurrentMapPlace(); |
| 465 | this.setPlace(new TheArena(this)); |
| 466 | } |
| 467 | |
| 468 | public goToTheCave(): void{ |
| 469 | this.setPlace(new TheCave(this)); |
nothing calls this directly
no test coverage detected