Example #1
0
 //user clicked shop button, then show shop
 public void OnButtonShop()
 {
     BEAudioManager.SoundPlay(0);
     UISGShop.Show();
 }