aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/BehaviorScript.cpp
blob: 84bfd4c04f4f8deaac5e500900c19d801997c2db (plain)
1
2
3
4
5
6
7
#include "../util/log.h"

#include "BehaviorScript.h"

using namespace crepe::api;

BehaviorScript::BehaviorScript() { dbg_trace(); }