Exemplo n.º 1
0
 public void OnClickDifficult()
 {
     //シーン切り替え
     SceneManager.LoadScene("Difficult");
     playerHP.Difficult();
 }