Example #1
0
 public void handleEating(ISpecies predator, ISpecies prey)
 {
     predator.eatCreature(prey.health + 50);
 }