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); }