示例#1
0
 public void RefreshCosts(ShopCostsInformation shopCostsInformation)
 {
     HpCostValue.text     = "Cost: " + shopCostsInformation.HpCost;
     ShieldCostValue.text = "Cost: " + shopCostsInformation.ShieldCost;
 }
示例#2
0
 public void RefreshCosts(ShopCostsInformation shopCostsInformation)
 {
     StatisticsPanel.RefreshCosts(shopCostsInformation);
 }