public static void AddAutopilotHook(Vessel vessel, FlightInputCallback hook)
 {
     Instance.AddAutopilotHook(vessel, hook);
 }