예제 #1
0
 void Start()
 {
     enigm  = this.GetComponentInParent <Enigm> ();
     maxVal = enigm.nbLevers;
 }
예제 #2
0
 void Start()
 {
     e = this.GetComponent <Enigm> ();
 }