Ejemplo n.º 1
0
 void ActivateInfo()
 {
     infoIsActive = true;
     towerInfo.ShowInfo(true);
     towerInfo.ShowBelowTower(showInfoBelow);
     thisTower.ShowAttackRange(true);
     towerWithActiveInfo = transform;
 }