This commit is contained in:
wulongxiao 2024-12-14 17:34:12 +08:00
parent 19e18177f7
commit ab29549151
4 changed files with 5 additions and 12 deletions

View File

@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 1a544811227624948995548849244e37
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -78,10 +78,8 @@ public class SkillBox : Base
obj.GetComponent<Skill_Spend>().infobox_skill_up = infobox_skill;
obj.GetComponent<Skill_Spend>().MySkill = MengyaoInfo.Instance.m_SkillData[i].skills[j];
}
}
//Base.GlobalObj.GetComponent<gameGlobal>().CarryCardId.Clear();
}
}

View File

@ -142,7 +142,7 @@ public class cardBox : MonoBehaviour
Debug.LogWarning($"未找到ID为 '{id}' 的萌妖卡预制体!");
}
}
Base.GlobalObj.GetComponent<gameGlobal>().CarryCardId.Clear();
//Base.GlobalObj.GetComponent<gameGlobal>().CarryCardId.Clear();
}
}

View File

@ -65,6 +65,9 @@ public class Battle_Selection : BaseUI
}
Debug.LogError("++++Ěř++++ת++++łĄ++++ž°++++");
Base.GlobalObj.GetComponent<gameGlobal>().CarryCardId.Clear();
foreach (Button go in CarryCard)
{
Debug.Log(go.gameObject.GetComponent<CardInfo>().mengyaoid);