UNPKG

@phaserjs/phaser

Version:
3 lines 200 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function AddChild<P extends IGameObject, C extends IGameObject>(parent: P, child: C): C; //# sourceMappingURL=AddChild.d.ts.map