Beispiel #1
0
 public void RefreshList(DeckSlot slot)
 {
     SetSlot(slot);
     m_filterParent.OnEditModeChange(m_currentMode.Value);
     OnFilterChange();
     UpdateAllChildren(instant: true);
     m_spellsList.AccurateReLayout();
     m_spellsList.UpdateAllConfigurators();
     m_companionsList.UpdateAllConfigurators();
     UpdateLists();
 }