MovingDungeonObject.RecoverHealth Method

MyDungeon

MovingDungeonObjectRecoverHealth Method

Adds health to the entity

Namespace:  MyDungeon.Entities
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void RecoverHealth(
	int recover
)

Parameters

recover
Type: SystemInt32
Amount of health to add to the current health
See Also