wangguan
2020-12-11 58cb0692ed67a4108b51e31b765db4c3483e3df7
Assets/Scripts/TowerDefense/UI/EndlessBuffSelect.cs
@@ -70,6 +70,7 @@
            SelectedIndex = index;
            IconList[index].SetState(true);
            //PlayEffect();
        }
@@ -111,6 +112,9 @@
            HideBuffUI();
            IconList[index].Fly();
            EndlessRandomTower.instance.SetCountDown(true);
            if (BuffSelectCompleted != null)
                BuffSelectCompleted(index);
        }