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