void Update() { transform.Rotate(0, 0, rotationSpeed); if (Input.GetMouseButtonDown(0) && isInZone) { _audio.Play(); mgm.ClickSuccess(); } }