chenxin
2020-10-22 e28fd5cc81c68db8efcab33ea526643aae5e2c19
Assets/Scripts/TowerDefense/Agents/Agent.cs
@@ -997,6 +997,7 @@
                    // 移除Agent身上的中毒特效,并播放一个中毒效果消失的特效
                    if (PoisonParticle != null)
                    {
                        PoisonParticle.Clear();
                        PoisonParticle.Stop();
                        if (PoisonEndParticle != null)
                            PoisonEndParticle.Play();