wangguan
2020-12-11 3bf196801c6b59ec05ab0a51f30e6193036ef925
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);
            if (BuffSelectCompleted != null)
                BuffSelectCompleted(index);
        }