Exemplo n.º 1
0
 public void tower_laserTower_untarget(LaserTower tower, int untargetMinionId)
 {
     if (tower is LaserTower)
     {
         LaserTowerGUI gui = tower.tag as LaserTowerGUI;
         gui.untargetMinion(untargetMinionId);
     }
 }
Exemplo n.º 2
0
        public void tower_laserTower_target(LaserTower tower, Minion targetMinion)
        {
            LaserTowerGUI gui = tower.tag as LaserTowerGUI;

            gui.targetMinion(targetMinion);
        }