I have a Health class which has methods TakeDamage() and Die().
My Enemy class has a Health component, so when my Enemy is taking damage Health.TakeDamage() is being executed. How do i go and override Die() method to work differently on different types on enemies.
↧