Пример #1
0
 void Start()
 {
     ilo        = Game.instance.levelManager.getIlo();
     controller = ilo.GetComponent <IloController>();
     OnEnable();
 }
Пример #2
0
 // Use this for initialization
 void Start()
 {
     iloControl = gameObject.GetComponent <IloController>();
 }