Beispiel #1
0
 public void AnimalFood()
 {
     herbivore.Eat();
     predator.Eat(herbivore);
 }