void Start() { motor = GetComponent <_PlayerMotor>(); joint = GetComponent <ConfigurableJoint>(); rb = GetComponent <Rigidbody> (); }
void Start() { cam = Camera.main; motor = GetComponent <_PlayerMotor> (); }