summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Components/AIComponent.cpp
blob: b747bffd869f2c99de3d5258d4d02f57c97ab9a1 (plain) (blame)
1
2
3
4
5
#include "Globals.h"
#include "AIComponent.h"
#include "../Monster.h"

cAIComponent::cAIComponent(cMonster * a_Entity) : m_Self(a_Entity){}