示例#1
0
 //user clicked double button, then start double game
 public void OnButtonDouble()
 {
     BEAudioManager.SoundPlay(0);
     UIDoubleGame.Show(Slot.gameResult.GameWin);
 }
示例#2
0
 void Awake()
 {
     instance = this;
     gameObject.SetActive(false);
 }