private void FixedUpdate()
 {
     HandleState();
     weapon.orgPos = placePoint.transform.position;
     weapon.Rotate(playerTransfom);
 }