private void OnTriggerEnter(Collider other)
 {
     //Destroy(gameObject);
     Move.AddHealth(healthAmt);
 }