UNPKG

@phaserjs/phaser

Version:
4 lines 216 B
import { IGameObject } from '../IGameObject'; export declare const DestroyEvent: string; export declare type DestroyEventHandler = <T extends IGameObject>(child: T) => void; //# sourceMappingURL=DestroyEvent.d.ts.map