Exemple #1
0
 public void BuildSupport()
 {
     TowerPlacer.Place(shop.sommy, location, 40);
     Close();
 }
Exemple #2
0
 public void BuildMine()
 {
     TowerPlacer.Place(shop.mine, location, 40);
     Close();
 }
Exemple #3
0
 public void BuildBounce()
 {
     TowerPlacer.Place(shop.twilight, location, 40);
     Close();
 }
Exemple #4
0
 public void BuildSplash()
 {
     TowerPlacer.Place(shop.splash, location, 40);
     Close();
 }
Exemple #5
0
 public void BuildBrute()
 {
     TowerPlacer.Place(shop.brute, location, 40);
     Close();
 }
Exemple #6
0
 public void BuildSniper()
 {
     TowerPlacer.Place(shop.sniper, location, 40);
     Close();
 }