//Method to fall an additional block when one is deleted below it in its column public void UnderGone() { row -= 1; Destination = BuildZoneController.instance.GridLocation[isMirror ? 1 : 0][column, row]; falling = true; if (!isMirror && mirror != null) { mirror.UnderGone(); } }