limboai/bt/actions/bt_fail.cpp

8 lines
96 B
C++
Raw Normal View History

2022-08-29 11:30:53 +00:00
/* bt_fail.cpp */
#include "bt_fail.h"
int BTFail::_tick(double p_delta) {
2022-08-29 11:30:53 +00:00
return FAILURE;
}