bug
This commit is contained in:
parent
19e18177f7
commit
ab29549151
@ -1,8 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1a544811227624948995548849244e37
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
@ -142,7 +142,7 @@ public class cardBox : MonoBehaviour
|
||||
Debug.LogWarning($"未找到ID为 '{id}' 的萌妖卡预制体!");
|
||||
}
|
||||
}
|
||||
Base.GlobalObj.GetComponent<gameGlobal>().CarryCardId.Clear();
|
||||
//Base.GlobalObj.GetComponent<gameGlobal>().CarryCardId.Clear();
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user