Player.ApplyHeal() ================== Updates the HP of the player given a heal amount. **Parameter** * HealingAmount : int - Amount to heal. **Usage** .. code-block:: python newPlayer.ApplyHeal(1000)