| 185 | } |
| 186 | |
| 187 | interface Initializer extends ModuleBase { |
| 188 | init(system: ParticleSystemInstance, p: number): void; |
| 189 | } |
| 190 | |
| 191 | function randRangeExp(system: ParticleSystemInstance, min: number, max: number, randomExponent: number): number { |
| 192 | if (min === max) { |
no outgoing calls
no test coverage detected