mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: build error
This commit is contained in:
@@ -14,9 +14,9 @@ namespace asst
|
||||
protected:
|
||||
virtual bool do_derived_action(size_t action_index) override;
|
||||
virtual bool do_strategic_action(const cv::Mat& reusable = cv::Mat()) override;
|
||||
virtual battle::copilot::CombatData& get_combat_data() { return m_sss_combat_data; }
|
||||
virtual const std::string oper_name_ocr_task_name() const noexcept { return "SSSBattleOperName"; }
|
||||
virtual bool need_to_wait_until_end() const { return true; }
|
||||
virtual battle::copilot::CombatData& get_combat_data() override { return m_sss_combat_data; }
|
||||
virtual const std::string oper_name_ocr_task_name() const noexcept override { return "SSSBattleOperName"; }
|
||||
virtual bool need_to_wait_until_end() const noexcept override { return true; }
|
||||
virtual bool wait_until_start() override;
|
||||
|
||||
bool check_if_start_over(const battle::copilot::Action& action);
|
||||
|
||||
@@ -79,8 +79,6 @@ bool asst::SSSStageManagerTask::comfirm_battle_complete()
|
||||
.run();
|
||||
}
|
||||
|
||||
bool asst::SSSStageManagerTask::get_drop_rewards() {}
|
||||
|
||||
bool asst::SSSStageManagerTask::click_start_button()
|
||||
{
|
||||
return ProcessTask(*this, { "SSSStartFighting", "SSSCloseTip" }).run();
|
||||
|
||||
@@ -17,7 +17,6 @@ namespace asst
|
||||
void preprocess_data();
|
||||
std::optional<std::string> analyze_stage();
|
||||
bool comfirm_battle_complete();
|
||||
bool get_drop_rewards();
|
||||
bool click_start_button();
|
||||
bool settle(); // 结算奖励(退出整局保全战斗)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user