mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
feat.完成对效率正则和基建组合条件的计算
This commit is contained in:
@@ -11,7 +11,7 @@ bool asst::InfrastAbstractTask::enter_facility(const std::string& facility, int
|
||||
const auto& image = ctrler.get_image();
|
||||
|
||||
InfrastFacilityImageAnalyzer analyzer(image);
|
||||
analyzer.set_facilities({ facility });
|
||||
analyzer.set_to_be_analyzed({ facility });
|
||||
if (!analyzer.analyze()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user