예제 #1
0
파일: UIButtons.cs 프로젝트: 0c0de/FlyPlane
 public void Shop()
 {
     coin = GameObject.FindGameObjectWithTag ("coin").GetComponent<Coins> ();
     SceneManager.LoadScene (1);
     coin.Cargar ();
 }