mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
feat.支持肉鸽干员技能选择字段
This commit is contained in:
@@ -20,12 +20,6 @@ bool asst::RoguelikeFormationTaskPlugin::verify(AsstMsg msg, const json::value&
|
||||
}
|
||||
}
|
||||
|
||||
bool asst::RoguelikeFormationTaskPlugin::set_operators(std::vector<BattleOper> opers)
|
||||
{
|
||||
m_opers = std::move(opers);
|
||||
return true;
|
||||
}
|
||||
|
||||
bool asst::RoguelikeFormationTaskPlugin::_run()
|
||||
{
|
||||
RoguelikeFormationImageAnalyzer formation_analyzer(m_ctrler->get_image());
|
||||
|
||||
Reference in New Issue
Block a user