feat: 重构基建名字过滤的逻辑,重新整理基建资源;新增支持多萝西组换班

This commit is contained in:
MistEO
2022-07-06 00:14:58 +08:00
parent 021308cb02
commit 3cec74d1ee
144 changed files with 362 additions and 182 deletions

View File

@@ -36,7 +36,7 @@ bool asst::InfrastPowerTask::_run()
auto find_iter = std::find_if(
m_all_available_opers.begin(), m_all_available_opers.end(),
[&](const infrast::BattleRealTimeOper& info) -> bool {
[&](const infrast::Oper& info) -> bool {
return info.selected;
});
bool need_shift = true;