mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 01:59:33 +08:00
chore: 修正战斗类函数访问权限
This commit is contained in:
@@ -24,6 +24,8 @@ namespace asst
|
||||
protected:
|
||||
BattleHelper(Assistant* inst);
|
||||
|
||||
virtual AbstractTask& this_task() = 0;
|
||||
|
||||
virtual bool set_stage_name(const std::string& name);
|
||||
virtual void clear();
|
||||
|
||||
@@ -80,7 +82,6 @@ namespace asst
|
||||
std::map<Point, std::string> m_used_tiles;
|
||||
|
||||
private:
|
||||
virtual AbstractTask& this_task() = 0;
|
||||
static const std::filesystem::path& avatar_cache_dir();
|
||||
|
||||
InstHelper m_inst_helper;
|
||||
|
||||
Reference in New Issue
Block a user