limboai/bt/tasks/utility/bt_fail.cpp

17 lines
456 B
C++
Raw Normal View History

/**
* bt_fail.cpp
* =============================================================================
* Copyright 2021-2023 Serhii Snitsaruk
*
* Use of this source code is governed by an MIT-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/MIT.
* =============================================================================
*/
2022-08-29 11:30:53 +00:00
#include "bt_fail.h"
int BTFail::_tick(double p_delta) {
2022-08-29 11:30:53 +00:00
return FAILURE;
}