mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
chore: Auto update by pre-commit hooks [skip changelog]
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
#include "Task/Miscellaneous/DepotRecognitionTask.h"
|
||||
#include "Task/ProcessTask.h"
|
||||
|
||||
asst::DepotTask::DepotTask(const AsstCallback& callback, Assistant* inst) : InterfaceTask(callback, inst, TaskType)
|
||||
asst::DepotTask::DepotTask(const AsstCallback& callback, Assistant* inst) :
|
||||
InterfaceTask(callback, inst, TaskType)
|
||||
{
|
||||
auto enter_task = std::make_shared<ProcessTask>(m_callback, m_inst, TaskType);
|
||||
enter_task->set_tasks({ "DepotBegin" }).set_ignore_error(true);
|
||||
|
||||
Reference in New Issue
Block a user