UNPKG

@phaserjs/phaser

Version:
3 lines 209 B
import { IGameObject } from '../gameobjects/IGameObject'; export declare function ReplaceChild<T extends IGameObject, S extends IGameObject>(target: T, source: S): T; //# sourceMappingURL=ReplaceChild.d.ts.map