Player.ApplyHeal()

Updates the HP of the player given a heal amount.

Parameter

  • HealingAmount : int - Amount to heal.

Usage

newPlayer.ApplyHeal(1000)