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