// Use this for initialization
 void Start()
 {
     bombThrowingScript = GameObject.FindGameObjectWithTag("Player").GetComponent <PlayerBombThrowing>();
 }
    // Use this for initialization
    void Start()
    {
		bombThrowingScript = GameObject.FindGameObjectWithTag("Player").GetComponent<PlayerBombThrowing>();
		
    }