summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Components/AIComponent.cpp
blob: 3f0a908b16e1c992c3fc5bb5f7ecf2fe04bf5e9f (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){}