private void Update()
 {
     text.text = shoot.GetAmmoCount().ToString();
 }