Esempio n. 1
0
    //public Add_Manager add_Manager;

    private void Awake()
    {
        gameover.SetActive(false);

        //  gamemanager = GameObject.Find("GameManager");

        audiosource = GetComponent <AudioSource>();

        add_Manager = GetComponent <Add_Manager>();
    }
Esempio n. 2
0
 // Start is called before the first frame update
 void Awake()
 {
     add_Manager = GetComponent <Add_Manager>();
 }