예제 #1
0
 public void OnScoreButtonPressed()
 {
     ShopMenu.SetActive(true);
     ShopMenu.GetComponent <ShopMenuUI>().RefreshCoinDisplayer();
     TurnOffMainMenuUI();
     shopmenu.InitShop();
 }