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