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

#include "Script.h"
#include "BehaviorScript.h"

using namespace crepe::api;

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