Exemplo n.º 1
0
 private void Start()
 {
     towerNumber = TowerIndex.Pistol;
 }
Exemplo n.º 2
0
 public void SetTwin()
 {
     buttons[1].interactable = false;
     SetOtherButtonsActive(1);
     towerNumber = TowerIndex.Twin;
 }
Exemplo n.º 3
0
 public void SetGun()
 {
     buttons[2].interactable = false;
     SetOtherButtonsActive(2);
     towerNumber = TowerIndex.Gun;
 }
Exemplo n.º 4
0
 public void SetPistol()
 {
     buttons[0].interactable = false;
     SetOtherButtonsActive(0);
     towerNumber = TowerIndex.Pistol;
 }