UI update 02
This commit is contained in:
@@ -374,7 +374,7 @@ public class eqpmtDesPrefab : MonoBehaviour
|
||||
}
|
||||
#endif
|
||||
|
||||
return Resources.LoadAll<AllyHero_SO>("so/ally");
|
||||
return RuntimeResourcesCache.LoadAllAllyHeroes();
|
||||
}
|
||||
|
||||
private equipmentSO.EquipmentTierPresentation ResolveTierPresentation(equipmentSO equipment)
|
||||
|
||||
@@ -705,7 +705,7 @@ public class equipItemPrefab : MonoBehaviour, IBeginDragHandler, IDragHandler, I
|
||||
}
|
||||
#endif
|
||||
|
||||
return Resources.LoadAll<AllyHero_SO>("so/ally");
|
||||
return RuntimeResourcesCache.LoadAllAllyHeroes();
|
||||
}
|
||||
|
||||
public void SetInteractionOptions(bool dragEnabled, bool quickTransferEnabled)
|
||||
|
||||
Reference in New Issue
Block a user