修复问题,优化bug和游戏,resource资源拆迁

This commit is contained in:
FloatGaming
2026-02-24 20:59:38 +08:00
parent d5c8966abd
commit 332307d18c
740 changed files with 6964 additions and 23604 deletions
+2 -1
View File
@@ -1,4 +1,4 @@
using System.Collections;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
@@ -664,6 +664,7 @@ public class SkillBuilder : MonoBehaviour
if (result != null)
{
result.LoadEquippedSkillsFromLocal();
if (_allyHeroSoBySlotCache == null) _allyHeroSoBySlotCache = new Dictionary<int, AllyHero_SO>(8);
_allyHeroSoBySlotCache[slotIndex] = result;
}