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