Esempio n. 1
0
 // user clicked paytable button, then show paytable
 public void OnButtonPayTable()
 {
     BEAudioManager.SoundPlay(0);
     UISGPayTable.Show(Slot);
 }
Esempio n. 2
0
 void Awake()
 {
     instance = this;
     gameObject.SetActive(false);
 }