limboai/bt/actions/bt_fail.cpp

8 lines
95 B
C++

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