Dps target

This commit is contained in:
Yunfan Li
2024-01-07 00:43:21 +08:00
parent 0f22bf0d74
commit bc43e922a7
3 changed files with 67 additions and 4 deletions

View File

@@ -332,6 +332,7 @@ class PlayerbotAI : public PlayerbotAIBase
bool IsHeal(Player* player);
bool IsDps(Player* player);
bool IsRanged(Player* player);
bool IsCaster(Player* player);
bool IsRangedDps(Player* player);
bool IsMainTank(Player* player);
bool IsAssistTank(Player* player);