Exemplo n.º 1
0
 public void DropActivePiece()
 {
     _blockLandingSound.Play();
     _activePiece.CopyValuesToTowerData(_tower);
     SpawnNextPiece();
     _canHold = true;
 }