public void RunFoodChain() { _herbivore.Eat(_botany); _carnivore.Eat(_herbivore); }
public void RunFoodChain() { _carnivore.Eat(_herbivore); }