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