Esempio n. 1
0
    void Start()
    {
        Mc = GameObject.Find("MC chibi").GetComponent <ChibiMove>();

        moneyM = GameObject.Find("roberi").GetComponent <Money>();

        serihu = GameObject.Find("Textcontroller").GetComponent <serihu>();
    }
Esempio n. 2
0
 void Start()
 {
     Mc = GameObject.Find("MC chibi").GetComponent <ChibiMove>();
 }