wangguan
2020-12-15 0d6a2e6d4b9de57a13c2bcb32148e1eb97ef1b1f
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);