Exemplo n.º 1
0
 void Start()
 {
     ilo        = Game.instance.levelManager.getIlo();
     controller = ilo.GetComponent <IloController>();
     OnEnable();
 }
Exemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     iloControl = gameObject.GetComponent <IloController>();
 }