Exemple #1
0
 //Starts depletion of the flux on the pin given as input index
 public void StartFluxDepletion(Flux flux)
 {
     flux.startDepletion();
     AudioManager.Instance().StopZap();
     AudioManager.Instance().PlayStartDownload();
     Dude.fluxStartedDepletion = true;
     idleFluxes.Remove(flux);
     depletingFluxes.Add(flux);
 }