Пример #1
0
 void Awake()
 {
     genotype.Generate();
     phenotype.Generate(genotype, this);
 }