Exemplo n.º 1
0
 public void EndGame()
 {
     // ゲーム終了処理
     canvas.EndGame();
     soundPlayer.EndGame();
     notePlayer.EndGame();
 }