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