Esempio n. 1
0
 public static void SellTower(this InGame inGame, Tower tower)
 {
     inGame.SellTower(tower.GetTowerToSim());
 }
Esempio n. 2
0
 public static void SellTowers(this InGame inGame, List <Tower> towers)
 {
     towers.ForEach(tower => inGame.SellTower(tower));
 }