MovingDungeonObject.LoseHealth Method

MyDungeon

MovingDungeonObjectLoseHealth Method

Subtracts health from the entity

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

Parameters

damage
Type: SystemInt32
Amount of health to subtract from current health
See Also