Exemplo n.º 1
0
 // user clicked option button
 public void OnButtonOption()
 {
     BEAudioManager.SoundPlay(6);
     UIOption.Show();
 }
Exemplo n.º 2
0
 void Awake()
 {
     instance = this;
     gameObject.SetActive(false);
 }