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