Пример #1
0
 public void PlaySolution()
 {
     sIndex++;
     if (sIndex < solutions.Count)
     {
         slingshot.SetSolutionChromosome(solutions [sIndex].solutionChromosome);
     }
     else
     {
     }
 }