예제 #1
0
 public void OpenUpgradePanel()
 {
     _upgradePanel.SetActive(true);
     upgradeController.InstantiateUpgrades();
     Shopping = true;
 }