ranged and group heal

This commit is contained in:
Yunfan Li
2023-07-31 12:49:39 +08:00
parent 0cd1fa4db3
commit dce11e8781
4 changed files with 7 additions and 6 deletions

View File

@@ -6,10 +6,11 @@
#define _PLAYERBOT_GENERICWARLOCKSTRATEGY_H
#include "CombatStrategy.h"
#include "RangedCombatStrategy.h"
class PlayerbotAI;
class GenericWarlockStrategy : public CombatStrategy
class GenericWarlockStrategy : public RangedCombatStrategy
{
public:
GenericWarlockStrategy(PlayerbotAI* botAI);