fix.修复设置不使用无人机时,也会被巫恋组使用掉的问题

https://github.com/MistEO/MeoAssistantArknights/issues/220
This commit is contained in:
MistEO
2022-02-14 21:44:38 +08:00
parent 63b052b1a1
commit f87e53b110
3 changed files with 8 additions and 1 deletions

View File

@@ -20,6 +20,11 @@ asst::InfrastProductionTask& asst::InfrastProductionTask::set_uses_of_drone(std:
return *this;
}
std::string asst::InfrastProductionTask::get_uses_of_drone() const noexcept
{
return m_uses_of_drones;
}
void asst::InfrastProductionTask::set_product(std::string product_name) noexcept
{
m_product = std::move(product_name);