This commit is contained in:
LeeJaeHyun 2024-09-12 15:15:38 +09:00
parent 527d1af060
commit 5c62c17755

View File

@ -19,6 +19,9 @@ public class WeaponController : MonoBehaviour
{
audio = GetComponent<AudioSource>();
impluse = GetComponent<CinemachineImpulseSource>();
muzzleFlash = firePos.GetComponentInChildren<MeshRenderer>();
muzzleFlash.enabled = false;
}
void Update()