void Start()
 {
     _audio      = GetComponent <AudioSource>();
     shake       = GameObject.FindGameObjectWithTag("ShakeCam").GetComponent <shakeCamera>();
     repeatTimer = explosionTimer;
 }