revive method

void revive()

Implementation

void revive() {
  _isDead = false;
}