phaser3-rex-plugins
Version:
14 lines (11 loc) • 402 B
TypeScript
import MarkedEventSheets from './markedeventsheets.js';
import CommandExecutor from './commandexecutor.js';
export default class MarkedEventSheetsPlugin extends Phaser.Plugins.BasePlugin {
add(
config?: MarkedEventSheets.IConfig
): MarkedEventSheets;
addCommandExecutor(
scene: Phaser.Scene,
config?: CommandExecutor.IConfig
): CommandExecutor;
}