| 15117 | const PARTICLE_MEMBRANE = "\n" // The symbol that separates particles (lines) |
| 15118 | const SUBPARTICLE_MEMBRANE = " " // The symbol, in combination with PARTICLE_MEMBRANE, that makes subparticles |
| 15119 | class AbstractParticleEvent { |
| 15120 | constructor(targetParticle) { |
| 15121 | this.targetParticle = targetParticle |
| 15122 | } |
nothing calls this directly
no outgoing calls
no test coverage detected