Exemple #1
0
 /// <summary>
 /// Remove this food.
 /// </summary>
 public void remove()
 {
     //calls the controller to remove this piece of food
     controller.removeFood(this);
 }