AgentVerse's picture
first commit
670a607
raw
history blame
145 Bytes
import FSM from './fsm';
export default class FSMPlugin extends Phaser.Plugins.BasePlugin {
add(
config?: FSM.IConfig
): FSM;
}