// Update is called once per frame void Update() { if (Input.GetKeyDown(_fireKey)) { _audioUser.Play(); } }
void Start() { _audioUser.Play(); }