Exemple #1
0
 private void FillFoodCoord(LinkedList <Vector3> list)
 {
     foreach (var a in list)
     {
         stage.SetSnakeFood(a);
     }
 }