public void FireProjectileAt(Vector3 pos) { //Debug.Log("Firing Projectile"); mCurrentProjectile.LaunchToward(pos); mCurrentProjectile = null; }