public static void ApplyPatch(string file_id, string file_path, string output_path) { g_file_patcher = new Patcher(file_id); g_file_patcher.Patch(file_path, output_path); }