()
| 24 | |
| 25 | // Public methods |
| 26 | public willBeDisplayed(): void{ |
| 27 | this.getGame().getOneSecondCallbackCollection().addCallback(this.actionSmokes.bind(this)); |
| 28 | this.update(); // We update. This is needed because the village is the first thing to be loaded when we launch the game |
| 29 | } |
| 30 | |
| 31 | // getRenderArea() |
| 32 | public getRenderArea(): RenderArea{ |
nothing calls this directly
no test coverage detected