예제 #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();
 }
예제 #2
0
 public void SetInteractable(bool interactable)
 {
     m_interactable = interactable;
     m_companionList.UpdateAllConfigurators();
     m_additionalCompanionList.UpdateAllConfigurators();
 }
예제 #3
0
 public void SetInteractable(bool interactable)
 {
     m_interactable = interactable;
     m_spellList.UpdateAllConfigurators();
 }