fix: build error

This commit is contained in:
MistEO
2022-12-19 22:30:21 +08:00
parent 6f8a2fbfe7
commit 9adaf92c5d
7 changed files with 38 additions and 28 deletions

View File

@@ -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" },