public void Punch() { enemyWeapon.DoAttack(damage, contactForce, gameObject); //PlayeQueuedSound(); enemyWeapon.QueueSoundClip(audioSource, queuedAudioClip); //PlayeQueuedSound(); }