Example #1
0
 public void Comer(Comida comida)
 {
     Peso += comida.ValorPeso();
 }