Example #1
0
 void Start()
 {
     geneComb = FindObjectOfType(typeof(GeneCombiner)) as GeneCombiner;
     geneComb.vetorErvilhas = new GameObject[2];
 }
Example #2
0
 void Start()
 {
     geneComb = FindObjectOfType(typeof(GeneCombiner)) as GeneCombiner;
     geneComb.vetorErvilhas = new GameObject[2];
 }