Esempio n. 1
0
 public void Run()
 {
     _carnivore.Eat(_herbivore);
 }
 public void RunFoodChain()
 {
     _carnivore.Eat(_herbivore);
 }