wangguan
2020-12-14 0df19f41bd178984131c2f1b59bae330fbf23d24
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)