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