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

#include "BehaviorScript.h"

using namespace crepe::api;

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