Esempio n. 1
0
 public ParticleController()
 {
     Instance = this;
     Particles = new Particle[MAX_PARTICLES];
 }
Esempio n. 2
0
 public ParticleController()
 {
     Instance  = this;
     Particles = new Particle[MAX_PARTICLES];
 }