refator: 完成肉鸽战斗任务整体重构(还没测)

This commit is contained in:
MistEO
2022-12-21 00:54:28 +08:00
parent 1839a2c416
commit 988de4bd97
15 changed files with 510 additions and 899 deletions

View File

@@ -42,3 +42,8 @@ bool asst::InstHelper::sleep(unsigned millisecond) const
return !need_exit();
}
asst::Assistant* asst::InstHelper::inst() noexcept
{
return m_inst;
}