wangguan
2020-12-12 b48b49bc17fe12bc6a79665d595d2ef625825630
Assets/Scripts/TowerDefense/UI/HUD/EndlessRandomTower.cs
@@ -268,6 +268,15 @@
                needClickPS.Stop();
        }
    }
    public void SetPS(bool isOn)
    {
        if (needClickPS.gameObject.activeSelf != isOn)
        {
            needClickPS.gameObject.SetActive(isOn);
        }
    }
    float countDownTime = 0f;
    float countDownLimit = 5f;
    public ParticleSystem needClickPS;//提示点击按钮