UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

13 lines 315 B
/** * * @param {Entity[]} builders * @returns {Promise} */ export function whenAllEntitiesDestroyed(builders: Entity[]): Promise<any>; /** * * @param {Entity} builder * @returns {Promise} */ export function whenEntityDestroyed(builder: Entity): Promise<any>; //# sourceMappingURL=EntityBuilderUtils.d.ts.map