Exemplo n.º 1
0
 void Start()
 {
     enigm  = this.GetComponentInParent <Enigm> ();
     maxVal = enigm.nbLevers;
 }
Exemplo n.º 2
0
 void Start()
 {
     e = this.GetComponent <Enigm> ();
 }