summaryrefslogblamecommitdiffstats
path: root/src/Mobs/Components/EnvironmentComponent.cpp
blob: f8cfc37eea4f1cd6e768476089446ab59f5f8b39 (plain) (tree)
1
2
3
4
5




                                                                                      
#include "Globals.h"
#include "EnvironmentComponent.h"
#include "../Monster.h"

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