()
| 22 | |
| 23 | // willStopBeingDisplayed() |
| 24 | public willStopBeingDisplayed(): void{ |
| 25 | Saving.saveNumber("mainMapDefaultScroll", this.getGame().getMainContentLocation().getScroll()); |
| 26 | } |
| 27 | |
| 28 | // Public getters |
| 29 | public getDefaultScroll(): number{ |
nothing calls this directly
no test coverage detected