()
| 15146 | this._particle.setAtom(this._atomIndex, newAtom) |
| 15147 | } |
| 15148 | get atom() { |
| 15149 | return this._particle.getAtom(this._atomIndex) |
| 15150 | } |
| 15151 | } |
| 15152 | const ParticleEvents = { ChildAddedParticleEvent, ChildRemovedParticleEvent, DescendantChangedParticleEvent, LineChangedParticleEvent } |
| 15153 | var WhereOperators |