예제 #1
0
 private void Die()
 {
     Debug.Log("The player has died...");
     //CameraController.DoShake();
     CameraController.FadeOut(5);
     death = true;
     timer = 0;
 }