public void UnAimStarted()
 {
     weapon.cameraController.setAimingStatus(false);
     playerInterface.CancelAim();
 }