示例#1
0
 public void ShowUpgradesList()
 {
     ShowLoadingContentStub("Upgrade");
     UpdateSquadCost("SelectUpgradePanel");
     UpgradesView.ShowAvailableUpgrades(Model.CurrentUpgradeSlot);
 }
示例#2
0
 private void RefreshView()
 {
     UpgradesView.Refresh();
 }
示例#3
0
 public void FilterVisibleUpgrades(string text)
 {
     UpgradesView.FilterVisibleUpgrades(text);
 }