2023-07-21 09:50:06 +00:00
|
|
|
/**
|
|
|
|
* 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"
|
|
|
|
|
2023-04-10 08:08:11 +00:00
|
|
|
int BTFail::_tick(double p_delta) {
|
2022-08-29 11:30:53 +00:00
|
|
|
return FAILURE;
|
|
|
|
}
|