Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Emitter
- {
- private ParticleCreationData[] particleCreationData;
- private double[] timers;
- private LinkedList<Particle> particles;
- public Vector2 position;
- public int particlesCount
- {
- get
- {
- return particles.Count;
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment