chenxin
2020-12-25 adb0dae8a82a7eabb4e686bc0e83c8859bf6445f
Assets/Scripts/TowerDefense/UI/EndlessBuffSelect.cs
@@ -70,6 +70,7 @@
            SelectedIndex = index;
            IconList[index].SetState(true);
            //PlayEffect();
        }
@@ -112,6 +113,8 @@
            HideBuffUI();
            IconList[index].Fly();
            EndlessRandomTower.instance.SetCountDown(true,true);
            if (BuffSelectCompleted != null)
                BuffSelectCompleted(index);
        }