mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-04 19:33:47 +00:00
Ulduar base files
Base files for ulduar. w/o any script
This commit is contained in:
23
src/strategy/raids/ulduar/RaidUlduarActions.h
Normal file
23
src/strategy/raids/ulduar/RaidUlduarActions.h
Normal file
@@ -0,0 +1,23 @@
|
||||
#ifndef _PLAYERBOT_RAIDULDUARACTIONS_H
|
||||
#define _PLAYERBOT_RAIDULDUARACTIONS_H
|
||||
|
||||
#include "Action.h"
|
||||
#include "MovementActions.h"
|
||||
#include "AttackAction.h"
|
||||
#include "GenericActions.h"
|
||||
#include "PlayerbotAI.h"
|
||||
#include "Playerbots.h"
|
||||
#include "RaidUlduarScripts.h"
|
||||
#include "RaidUlduarBossHelper.h"
|
||||
|
||||
// just for test
|
||||
// class TryToGetBossAIAction : public Action
|
||||
// {
|
||||
// public:
|
||||
// TryToGetBossAIAction(PlayerbotAI* ai) : Action(ai, "try to get boss ai") {}
|
||||
|
||||
// public:
|
||||
// virtual bool Execute(Event event);
|
||||
// };
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user