mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
feat.完成最基本的抄作业逻辑。重构了一部分代码
This commit is contained in:
@@ -24,7 +24,7 @@ bool asst::InfrastOfficeTask::_run()
|
||||
|
||||
auto find_iter = std::find_if(
|
||||
m_all_available_opers.begin(), m_all_available_opers.end(),
|
||||
[&](const infrast::Oper& info) -> bool {
|
||||
[&](const infrast::BattleRealTimeOper& info) -> bool {
|
||||
return info.selected;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user