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