Ulduar base files

Base files for ulduar. w/o any script
This commit is contained in:
Garashan
2024-03-11 13:07:41 +01:00
parent 879f9113da
commit 5ab57efd29
12 changed files with 250 additions and 0 deletions

View 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