refactor.重构肉鸽选人逻辑。招募等级识别、战斗中技能释放策略暂时还没做完

This commit is contained in:
MistEO
2022-05-28 01:45:31 +08:00
parent 9f98ac18d6
commit c0e23399f0
39 changed files with 1466 additions and 1842 deletions

View File

@@ -89,7 +89,7 @@ bool asst::AutoRecruitTask::analyze_start_buttons()
Log.info("There is no start button");
return false;
}
start_analyzer.sort_result();
start_analyzer.sort_result_horizontal();
m_start_buttons = start_analyzer.get_result();
Log.info("Recruit start button size", m_start_buttons.size());
return true;