Exemplo n.º 1
0
 internal void EatFood(Matter meal)
 {
     Food.Increment(meal.Calories());
 }