limboai/bt/actions/bt_fail.cpp

8 lines
96 B
C++

/* bt_fail.cpp */
#include "bt_fail.h"
int BTFail::_tick(double p_delta) {
return FAILURE;
}