refactor.解耦关卡掉落相关任务,插件化

This commit is contained in:
MistEO
2022-01-09 00:42:48 +08:00
parent 544cf71f09
commit 9ec37b5f37
24 changed files with 351 additions and 234 deletions

View File

@@ -123,9 +123,6 @@ bool asst::TaskData::parse(const json::value& json)
rect_json[2].as_integer(),
rect_json[3].as_integer());
}
else if (action == "stagedrops") {
task_info_ptr->action = ProcessTaskAction::StageDrops;
}
else if (action == "swipetotheleft") {
task_info_ptr->action = ProcessTaskAction::SwipeToTheLeft;
}