From bac1e673b54b1e5f773c4bd098e1b4fe8981c62e Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Tue, 27 Oct 2020 20:39:17 +0800 Subject: [PATCH] Merge branch 'master' of ssh://172.16.1.52:8091/GemBattle --- Assets/Scripts/Guide/GuideCtrl.cs | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Assets/Scripts/Guide/GuideCtrl.cs b/Assets/Scripts/Guide/GuideCtrl.cs index 2ab64f7..064229b 100644 --- a/Assets/Scripts/Guide/GuideCtrl.cs +++ b/Assets/Scripts/Guide/GuideCtrl.cs @@ -538,6 +538,7 @@ GA_SDK_Manager.Ins.GuideStep(13);//埋点 GameConfig.CanOpenNewTower = true; + GameConfig.CanBuyNewTower = true; EventCenter.Ins.BroadCast((int)KTGMGemClient.EventType.GuideFinish); Destroy(gameObject); -- Gitblit v1.9.1