Beispiel #1
0
 public ParticleController()
 {
     Instance = this;
     Particles = new Particle[MAX_PARTICLES];
 }
Beispiel #2
0
 public ParticleController()
 {
     Instance  = this;
     Particles = new Particle[MAX_PARTICLES];
 }