void Heal()
 {
     // increase player health by 10 points
     playerHealth.AddLife(healthPoints);
 }