예제 #1
0
 public void Prepare()
 {
     Cell[] surroundingCells = world.GetSurroundingCells(x, y);
     colorGeneBuffer = GenerateGene(surroundingCells);
     MutateGeneBuffer();
 }