v0.2.0-1.19.2
What's Changed
- Got rid of ParticlePoint to stop writing the same code in every Particle class. Now RegularParticle class is the base one, and every other is inherited from it.
- Added Array and Spawn schemes. The first one is responsible for creating the particle array for particle groups. The second one is responsible for spawning the particles from the array in a specific order.
Full Changelog: v0.1.3...v0.2.0