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