onRevive method

void onRevive()

Implementation

void onRevive() {
  _isDead = false;
}