mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
feat.完成自动抄作业-部署干员全部逻辑
This commit is contained in:
@@ -21,6 +21,7 @@ namespace asst
|
||||
|
||||
bool get_stage_info();
|
||||
bool battle_pause();
|
||||
bool battle_speedup();
|
||||
bool cancel_selection(); // 取消选择干员
|
||||
bool analyze_opers_preview();
|
||||
bool update_opers_info();
|
||||
@@ -28,12 +29,15 @@ namespace asst
|
||||
bool do_action(const BattleAction& action);
|
||||
bool wait_condition(const BattleAction& action);
|
||||
|
||||
bool oper_deploy(const BattleAction& action);
|
||||
|
||||
std::string m_stage_name;
|
||||
|
||||
std::unordered_map<Point, TilePack::TileInfo> m_side_tile_info;
|
||||
std::unordered_map<Point, TilePack::TileInfo> m_normal_tile_info;
|
||||
BattleActionsGroup m_actions;
|
||||
|
||||
/* 实时更新的数据 */
|
||||
std::unordered_map<std::string, BattleRealTimeOper> m_opers_info;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user