UNPKG

phaser4-rex-plugins

Version:
19 lines (16 loc) 342 B
import { WeightSelector } from '../../../nodes'; /* ```yaml weight-selector: children: - weight: 2 node: sequence - seqence ``` */ var CreateWeightSelectorNode = function (data) { return new WeightSelector(data); } export default CreateWeightSelectorNode;