UNPKG

phaser4-rex-plugins

Version:
17 lines (14 loc) 270 B
import { Parallel } from '../../../nodes'; /* ```yaml parallel: finishMode: 0 children: - sequence - sequence ``` */ var CreateParallelNode = function (data) { return new Parallel(data); } export default CreateParallelNode;