()
| 35 | |
| 36 | // willStopBeingDisplayed() |
| 37 | public willStopBeingDisplayed(): void{ |
| 38 | this.getGame().setIsStatusBarAllowedToUseTheNKey(true); // The status bar can use the n key now |
| 39 | } |
| 40 | |
| 41 | // Private methods |
| 42 | private addHotkeys(): void{ |
nothing calls this directly
no test coverage detected