UNPKG

@phaserjs/phaser

Version:
3 lines 213 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function AddChildren<P extends IGameObject>(parent: P, ...children: IGameObject[]): IGameObject[]; //# sourceMappingURL=AddChildren.d.ts.map