Assets/Scripts/Guide/GuideCtrl.cs
@@ -32,6 +32,7 @@ { //int step = PlayerPrefs.GetInt("GemBattleGuide"); TDAA_SDKManager.Ins.Statistics(5);//埋点 Init(0); EventCenter.Ins.Add((int)KTGMGemClient.EventType.CreateWoodLv2, CreateWoodLv2); @@ -226,7 +227,7 @@ private void KillDone() { string[] s2 = new string[] { allGuideDic[currentStep][2] }; panel.CloseSkillImage(); panel.Step3(s2, OpenBoxFire); }