/// <summary>
 /// Döndürme işlemi yapılır yapılmaz ilk patlamada gerçekleşecek işlemler.
 /// </summary>
 public void BeginExplodeWhenTouchScreen()
 {
     score.SetTextMoves();
     if (bomb != null)
     {
         bomb.DoThisWhenMovesAttack();
     }
 }