Separate names with a comma.
Comments in 'Plugin Development' started by MyNameIsTriXz, Apr 9, 2016.
Is that possible?
RGB PHP: new DustParticle(new Vector3(0, 0, 0), $r, $g, $b);
new DustParticle(new Vector3(0, 0, 0), $r, $g, $b);
There are many particles that have colors. Maybe try looking at the constructor for each particle?
Thank you!