#include "../util/log.h"

#include "BehaviorScript.h"

using namespace crepe::api;

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