aspect of the monkey

This commit is contained in:
Yunfan Li
2023-12-18 23:30:07 +08:00
parent af15a691b6
commit c56b1558b6
6 changed files with 46 additions and 7 deletions

View File

@@ -30,7 +30,7 @@ class HunterBuffManaStrategy : public NonCombatStrategy
class HunterBuffDpsStrategy : public NonCombatStrategy
{
public:
HunterBuffDpsStrategy(PlayerbotAI* botAI) : NonCombatStrategy(botAI) { }
HunterBuffDpsStrategy(PlayerbotAI* botAI);
std::string const getName() override { return "bdps"; }
void InitTriggers(std::vector<TriggerNode*>& triggers) override;