mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
fix: build error
This commit is contained in:
@@ -123,7 +123,7 @@ bool asst::BattleProcessTask::do_action(size_t action_index)
|
||||
return ret;
|
||||
}
|
||||
|
||||
bool asst::BattleProcessTask::notify_action(const battle::copilot::Action& action)
|
||||
void asst::BattleProcessTask::notify_action(const battle::copilot::Action& action)
|
||||
{
|
||||
const static std::unordered_map<ActionType, std::string> ActionNames = {
|
||||
{ ActionType::Deploy, "Deploy" }, { ActionType::UseSkill, "UseSkill" },
|
||||
|
||||
Reference in New Issue
Block a user