Ejemplo n.º 1
0
 void Awake()
 {
     instance = this;
     gameObject.SetActive(false);
 }
Ejemplo n.º 2
0
 // user clicked option button, then show option
 public void OnButtonOption()
 {
     BEAudioManager.SoundPlay(0);
     UISGOption.Show();
 }