UI update 02
This commit is contained in:
@@ -1035,7 +1035,7 @@ public static class TeamShareCodec
|
||||
return;
|
||||
}
|
||||
|
||||
cachedHeroes = Resources.LoadAll<AllyHero_SO>(string.Empty);
|
||||
cachedHeroes = RuntimeResourcesCache.LoadAllAllyHeroes();
|
||||
cachedHeroById = new Dictionary<int, AllyHero_SO>();
|
||||
if (cachedHeroes == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user