Esempio n. 1
0
 public void reclaimLostElements()
 {
     //just play the particle
     LostIceElement.Stop();//Play(true);
     LostJungleElement.Stop();
     LostFireElement.Stop();
 }
Esempio n. 2
0
 public void releaseLostElements()
 {
     //just play the particle
     LostIceElement.Play(true);
     LostJungleElement.Play(true);
     LostFireElement.Play(true);
 }