private void OnTriggerEnter(Collider other)
 {
     weaponObj.DoDamage();
 }