phaser4-rex-plugins
Version:
14 lines (11 loc) • 386 B
TypeScript
import YAMLEventSheets from './yamleventsheets';
import CommandExecutor from './commandexecutor';
export default class YAMLEventSheetsPlugin extends Phaser.Plugins.BasePlugin {
add(
config?: YAMLEventSheets.IConfig
): YAMLEventSheets;
addCommandExecutor(
scene: Phaser.Scene,
config?: CommandExecutor.IConfig
): CommandExecutor;
}