UNPKG

@petkoneo/phaser3-rex-plugins

Version:
8 lines (6 loc) 185 B
import QuestionManager from './quest'; export default class QuestPlugin extends Phaser.Plugins.BasePlugin { add( config?: QuestionManager.IConfig ): QuestionManager; }