Beispiel #1
0
 private void Start()
 {
     TC            = GameObject.FindGameObjectWithTag("MainCamera").GetComponent <TimeCourutine>();
     audios        = GetComponent <AudioSource>();
     busy          = false;
     _Potion4.text = PlayerPrefs.GetInt("Potion4").ToString();
 }
 private void Start()
 {
     TC         = GameObject.FindGameObjectWithTag("MainCamera").GetComponent <TimeCourutine>();
     PlaceLeft  = GameObject.Find("PlaceLeft");
     PlaceMidle = GameObject.Find("PlaceMidlle");
     PlaceRight = GameObject.Find("PlaceRight");
 }