UNPKG

phaser4-rex-plugins

Version:
16 lines (13 loc) 251 B
import { Selector } from '../../../nodes'; /* ```yaml selector: children: - sequence - sequence ``` */ var CreateSelectorNode = function (data) { return new Selector(data); } export default CreateSelectorNode;