summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Components/AllComponents.h
blob: e99d08cc4461ddd3ae78b96994e082e79d6e9262 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

#include "AIComponent.h"
#include "AttackComponent.h"
#include "EnvironmentComponent.h"
#include "MovementComponent.h"

#include "AIAggressiveComponent.h"