import { IGameObject } from '../gameobjects/IGameObject'; export declare function AddChild
(parent: P, child: C): C; //# sourceMappingURL=AddChild.d.ts.map