예제 #1
0
 void DeadCheck()
 {
     if (healthManager.isDead)
     {
         inGameUiController.ExitLevel();
     }
 }