void Start()
    {
        andyCam   = GameObject.Find("GodOB").GetComponent <AndyCamImpl>();
        menuDebug = GameObject.Find("GodOB").GetComponent <MenuDebug>();

        WaitStart();
    }
Example #2
0
 void Start()
 {
     menudebug = GameObject.Find("GodOB").GetComponent <MenuDebug>();
 }