Ejemplo n.º 1
0
 void Start()
 {
     mgr = gameMGR.GetComponent <_gameMGR>();
     //  t = GetComponent<Text>();
 }
Ejemplo n.º 2
0
 void Start()
 {
     gamemgr = Gamemgr.GetComponent <_gameMGR>();
 }
Ejemplo n.º 3
0
 void Start()
 {
     mgr = gameMGR.GetComponent <_gameMGR>();
 }
Ejemplo n.º 4
0
 // Use this for initialization
 void Start()
 {
     mSph = gamemanger.GetComponent <CollidedSphere>();
     mgr  = gamemanger.GetComponent <_gameMGR>();
 }