示例#1
0
文件: Shop.cs 项目: nTelio57/DoubleM
 public void onInfoPanelClick(int index)
 {
     infoPanelManager.setTextfields(AllHeros.GetFighter(index));
     shopPanel.SetActive(false);
     moneyPanel.SetActive(false);
     nextLevelButtonPanel.SetActive(false);
     infoPanel.SetActive(true);
     upgradeButtonPanel.SetActive(false);
 }
示例#2
0
 public void OnInfoButton()
 {
     infoPanelManager.setTextfields(friendlyCurrentFighter);
     infoPanel.SetActive(true);
 }