()
| 57 | |
| 58 | // Public methods |
| 59 | public willBeDisplayed(): void{ |
| 60 | // We need to update each time we're going to be displayed in case some item should not be sold anymore because of some stuff we were doing while this place wasn't displayed |
| 61 | this.update(); |
| 62 | } |
| 63 | |
| 64 | // getRenderArea() |
| 65 | public getRenderArea(): RenderArea{ |