예제 #1
0
 private void FixedUpdate()
 {
     if (playerManagerScript.isPlayersDead())
     {
         battleSystem.showGameOver();
     }
 }