pub fn leaf<F>(name: &str, tick_fn: F) -> BehaviorNodewhere F: FnMut(&mut Blackboard, f32) -> NodeStatus + 'static,
Create a simple leaf node from a closure.