aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/BehaviorScript.cpp
blob: 41c144cfc07913f56c861541b1b44051ce39c531 (plain)
1
2
3
4
5
6
7
#include "BehaviorScript.h"
#include "Component.h"

using namespace crepe;

BehaviorScript::BehaviorScript(game_object_id_t id, ComponentManager & mgr) : Component(id), component_manager(mgr) {}