Interface IDemoHealth
public interface IDemoHealth
- Extension Methods
Properties
CurLives
IProperty<int> CurLives { get; }
Property Value
IsDead
IProperty<bool> IsDead { get; }
Property Value
MaxLives
IProperty<int> MaxLives { get; }
Property Value
Methods
Heal()
void Heal()
Hurt()
void Hurt()
Kill()
void Kill()
Revive()
void Revive()
Events
LifeGained
event Action LifeGained
Event Type
LifeLost
event Action LifeLost