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