UNPKG

phaser3-rex-plugins

Version:
18 lines (16 loc) 359 B
export default { start(key) { this.questionManager .restartQuest() .getNextQuestion(key); return this; }, next(key) { this.questionManager .getNextQuestion(key); return this; }, isLast() { return this.questionManager.isLastQuestion(); }, };