#include <vector>
#include <memory>
#include "ICharacter.h"
#include <algorithm>
#include "aggro/Entry.h"
Go to the source code of this file.
Classes | |
class | ai::AggroMgr |
Manages the aggro values for one AI instance. There are several ways to degrade the aggro values. More... | |
class | ai::AggroMgr::CharacterIdPredicate |