MCPcopy Create free account
hub / github.com/breck7/scroll /

Class

external/.scrollLibs.js:15119–15119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected