public void Chop(Villager villager) { health -= damageToTree; if (health <= 0) { treeSanctuary.DestroyTree(this); } }