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