UNPKG

phaser4-rex-plugins

Version:
17 lines (13 loc) 345 B
import Decorator from '../Decorator'; import BaseNode from '../BaseNode.js'; export default Bypass; declare namespace Bypass { interface IConfig extends Decorator.IConfig { } } declare class Bypass extends Decorator { constructor( config?: Bypass.IConfig, nodePool?: BaseNode.NodePoolType ); }