IDamageable

In Platformer Engine, any Damageable object inherits from the IDamageable class.

All IDamageables implement the following methods:

void Damage(float damage); 
 
void Die(bool condition);

Last updated