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