MyDungeon Documentation
![]() | MovingDungeonObjectLoseHealth Method |
Subtracts health from the entity
Namespace: MyDungeon.Entities
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

C#
public virtual void LoseHealth( int damage )
Parameters
- damage
- Type: SystemInt32
Amount of health to subtract from current health
