mirror of
https://github.com/mod-playerbots/mod-playerbots.git
synced 2026-02-14 07:43:44 +00:00
4 lines
134 B
C++
4 lines
134 B
C++
#include "NewRpgTriggers.h"
|
|
#include "PlayerbotAI.h"
|
|
|
|
bool NewRpgStatusTrigger::IsActive() { return status == botAI->rpgInfo.status; } |