Ejemplo n.º 1
0
 private void ClearRow(Block[] row)
 {
     foreach (Block tile in row)
     {
         TetrisBoard.RemoveBlock(tile);
     }
 }