(speechName: string)
| 140 | } |
| 141 | |
| 142 | private drawSpeech(speechName: string): number{ |
| 143 | return this.renderArea.drawSpeech(Database.getText(speechName), 3, 30, 60, "secondHouseMerchantSpeech", Database.getTranslatedText(speechName)); |
| 144 | } |
| 145 | |
| 146 | private update(): void{ |
| 147 | // Erase everything |
no test coverage detected