MyDungeon Documentation
![]() | MovingDungeonObjectRecoverHealth Method |
Adds health to the entity
Namespace: MyDungeon.Entities
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public virtual void RecoverHealth( int recover )
Parameters
- recover
- Type: SystemInt32
Amount of health to add to the current health
