chenxin
2020-12-11 47998dc6daec5da4562ed23d51af65990e9cf3af
Assets/Scripts/ActionGameFramework/Projectiles/BallisticProjectile.cs
@@ -167,6 +167,8 @@
            ParticleSystem ps = GetComponent<ParticleSystem>();
            if (ps == null)
                ps = transform.GetChild(0).GetComponent<ParticleSystem>();
            if (ps == null)
                ps = transform.GetChild(0).GetChild(0).GetComponent<ParticleSystem>();
            ps?.Play();
            if (fired != null)