public override void Interact(CharController actor)
 {
     this.input = actor.InputMaster;
     actor.EnterVehicle(this);
 }