wangguan
2020-11-04 2ae9edd5bfd8b8baabb8cd995485f9ade4faebc9
Assets/GabrielAguiarProductions/Unique_Projectiles_Volume_1/Scripts/ProjectileMoveScript.cs
@@ -50,10 +50,10 @@
            }
        }
        if (shotSFX != null && GetComponent<AudioSource>())
        {
            GetComponent<AudioSource>().PlayOneShot(shotSFX);
        }
        // if (shotSFX != null && GetComponent<AudioSource>())
        // {
        //     GetComponent<AudioSource>().PlayOneShot(shotSFX);
        // }
        // StartCoroutine(RecycleParticle(gameObject, recycleDelay));
    }