void Update() { // call methods playerController.GroundCheck(); playerController.Movement(throttle, lookAround); playerController.CameraRotEffect(lookAround); playerController.TurnSlideReduction(); grapple.DrawGrapple(); grapple.CreateGrapple(); grapple.RemoveObjects(); }