Exemplo n.º 1
0
 private void ShowDropPillar()
 {
     dropPillar.Show();
     dropLight.SetActive(true);
 }
Exemplo n.º 2
0
 private void ShowGunPillar()
 {
     gunPillar.Show();
     gunLight.SetActive(true);
 }
Exemplo n.º 3
0
 private void ShowCreatePillar()
 {
     createPillar.Show();
     createLight.SetActive(true);
 }