Exemple #1
0
 private void Awake()
 {
     beat        = GameObject.FindGameObjectWithTag("Beat").GetComponent <BeatTest>();
     shop01.text = (price01[num01]).ToString();
     shop02.text = (price02[num01]).ToString();
     shop03.text = (price03[num03]).ToString();
     shop04.text = (price04[num04]).ToString();
     shop05.text = (price05[num05]).ToString();
     shop06.text = (price06[num06]).ToString();
 }
Exemple #2
0
 private void Awake()
 {
     beat = GameObject.FindGameObjectWithTag("Beat").GetComponent <BeatTest>();
 }