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

This commit is contained in:
MistEO
2022-12-21 00:54:28 +08:00
parent 9adaf92c5d
commit 5de39a0ae5
15 changed files with 510 additions and 899 deletions

View File

@@ -23,7 +23,6 @@ namespace asst
virtual bool verify(AsstMsg msg, const json::value& details) const = 0;
std::strong_ordering operator<=>(const AbstractTaskPlugin& rhs) const;
bool operator==(const AbstractTaskPlugin& rhs) const;
protected: