Spaces:
Build error
Build error
File size: 145 Bytes
670a607 |
1 2 3 4 5 6 7 8 |
import FSM from './fsm';
export default class FSMPlugin extends Phaser.Plugins.BasePlugin {
add(
config?: FSM.IConfig
): FSM;
} |