Exemplo n.º 1
0
 private void Drop()
 {
     _prevCell = null;
     Dropped.Invoke(0);
     _filledCellsCount = 0;
     _levelSettings.PlayDropSound();
 }