wangguan
2020-12-22 7ea5599f685ea29f7ecab3516b7335fa93f6e2bf
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)