mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
17 lines
275 B
C++
17 lines
275 B
C++
#include "InfrastTradeTask.h"
|
|
|
|
bool asst::InfrastTradeTask::_run()
|
|
{
|
|
m_all_available_opers.clear();
|
|
|
|
swipe_to_the_left_of_main_ui();
|
|
enter_facility(0);
|
|
click_bottomleft_tab();
|
|
|
|
if (!shift_facility_list()) {
|
|
return false;
|
|
}
|
|
|
|
return true;
|
|
}
|