UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

3 lines 202 B
/** Helper function to find out how large a bomb explosion is based on the damage inflicted. */ export declare function getBombRadiusFromDamage(damage: float): float; //# sourceMappingURL=bombs.d.ts.map