예제 #1
0
 public void CopyValuesToTowerData(Tower tower)
 {
     foreach (Block b in _blocks)
     {
         tower.AddBlock(b);
     }
 }