From 0d6a2e6d4b9de57a13c2bcb32148e1eb97ef1b1f Mon Sep 17 00:00:00 2001
From: wangguan <wangguan@kt007.com>
Date: Tue, 15 Dec 2020 16:53:34 +0800
Subject: [PATCH] 玩家通关打点位置修改为结算的时候统计

---
 Assets/Scripts/Guide/GuideBox.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Assets/Scripts/Guide/GuideBox.cs b/Assets/Scripts/Guide/GuideBox.cs
index a41fdc4..9d9523d 100644
--- a/Assets/Scripts/Guide/GuideBox.cs
+++ b/Assets/Scripts/Guide/GuideBox.cs
@@ -96,6 +96,7 @@
             {
                 Water();
             }
+            AudioSourceManager.Ins.Play(AudioEnum.GuideOpenBox);
         }
     }
 
@@ -149,7 +150,7 @@
     {
         if (callBack != null)
         {
-            bgBtn.interactable=false;
+            bgBtn.interactable = false;
             if (tmpPS != null) tmpPS.SetActive(false);
             //if (tmpObj != null) tmpObj.SetActive(false);
             images.SetActive(false);

--
Gitblit v1.9.1