Ejemplo n.º 1
0
 public ParticleEngine(ParticleEffect Effect)
 {
     this.Effect = Effect;
     this.SetupEmitters();
     this.Started = false;
 }
Ejemplo n.º 2
0
 public ParticleEngine(ParticleEffect Effect)
 {
     this.Effect = Effect;
     this.SetupEmitters();
     this.Started = false;
 }