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