private void Start()
 {
     //transform.rotation = transform.parent.rotation;
     gardenHandler = GameObject.Find("House").GetComponent <GardenHandler>();
 }
Esempio n. 2
0
 // Start is called before the first frame update
 void Start()
 {
     gardenHandler = GameObject.Find("House").GetComponent <GardenHandler>();
 }