Пример #1
0
 public void RunFoodChain()
 {
     _herbivore.Runaway(_carnivore);
     _carnivore.Eat(_herbivore);
 }