mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 02:10:21 +08:00
chore.重命名抄作业类
This commit is contained in:
@@ -49,13 +49,13 @@ bool asst::BattleProcessTask::get_stage_info()
|
||||
return false;
|
||||
}
|
||||
|
||||
const auto& battle = Resrc.battle();
|
||||
bool contains = battle.contains_actions(m_stage_name);
|
||||
const auto& copilot = Resrc.copilot();
|
||||
bool contains = copilot.contains_actions(m_stage_name);
|
||||
if (!contains) {
|
||||
return false;
|
||||
}
|
||||
|
||||
m_actions_group = battle.get_actions(m_stage_name);
|
||||
m_actions_group = copilot.get_actions(m_stage_name);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user