Esempio n. 1
0
 void Respawn()
 {
     onDeathParticle.SetActive(false);
     player.SetActive(true);
     RestartInCheckpoint();
     playerShade.setChangingColorTotrue();         //TODO COME BACK HERE AND FIGURE IT OUT
     nilanIsDead = false;
 }