hch
2025-10-28 53a6144fdae015b8b83f8cb77f8d98e967be5aa9
Main/System/SkillUI/SkillWordCell.cs
@@ -52,6 +52,7 @@
    public void Init(int skillID, UnityAction onclick = null, bool showType = false)
    {
        LoadPrefab();   //存在被卸载的可能,重新加载
        var config = SkillConfig.Get(skillID);
        if (config == null)
        {