mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-01-28 16:06:25 +00:00
naxxramas gluth
This commit is contained in:
@@ -6,10 +6,11 @@
|
||||
#define _PLAYERBOT_GENERICPRIESTSTRATEGY_H
|
||||
|
||||
#include "CombatStrategy.h"
|
||||
#include "RangedCombatStrategy.h"
|
||||
|
||||
class PlayerbotAI;
|
||||
|
||||
class GenericPriestStrategy : public CombatStrategy
|
||||
class GenericPriestStrategy : public RangedCombatStrategy
|
||||
{
|
||||
public:
|
||||
GenericPriestStrategy(PlayerbotAI* botAI);
|
||||
|
||||
Reference in New Issue
Block a user