Esempio n. 1
0
 public void Back()
 {
     coin = GameObject.FindGameObjectWithTag ("coin").GetComponent<Coins> ();
     SceneManager.LoadScene(0);
     coin.Guardar ();
 }