コード例 #1
0
 public void RestartLevel()
 {
     if (coroutine != null)
     {
         StopCoroutine(coroutine);
     }
     GameOverPanel.SetActive(false);
     playerMover.Activate();
 }