コード例 #1
0
 void ClearScoreAtMenu()
 {
     if (SceneManager.GetActiveScene().buildIndex == 1)
     {
         ScoreKeeper.ClearScore();
     }
 }