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

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