(questSpeedUp: number)
| 617 | } |
| 618 | |
| 619 | public setQuestSpeedUp(questSpeedUp: number): void{ |
| 620 | this.questSpeedUp = questSpeedUp; |
| 621 | } |
| 622 | |
| 623 | public setWeAreQuesting(weAreQuesting: boolean): void{ |
| 624 | this.weAreQuesting = weAreQuesting; |
no outgoing calls
no test coverage detected