onDie method

void onDie()

Implementation

void onDie() {
  _isDead = true;
}