This commit is contained in:
LeeJaeHyun 2024-09-12 14:48:46 +09:00
parent f90c998afc
commit a19b3ea8c4

View File

@ -30,6 +30,9 @@ public class WeaponController : MonoBehaviour
// 총소리 사운드 재생 // 총소리 사운드 재생
audio.PlayOneShot(fireSfx, 0.8f); audio.PlayOneShot(fireSfx, 0.8f);
// 타격감 연출
impluse.GenerateImpulse();
} }
} }
} }